Home
last modified time | relevance | path

Searched refs:ExecuteAboutToRender (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_functions.h60 void ExecuteAboutToRender();
H A Djs_view_functions.cpp505 void ViewFunctions::ExecuteAboutToRender() in ExecuteAboutToRender() function in OHOS::Ace::Framework::ViewFunctions
H A Djs_view.cpp107 jsViewFunction_->ExecuteAboutToRender(); in RenderJSExecution()