Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_functions.h48 void ExecuteReload(bool deep);
H A Djs_view_functions.cpp118 void ViewFunctions::ExecuteReload(bool deep) in ExecuteReload() function in OHOS::Ace::Framework::ViewFunctions
229 void ViewFunctions::ExecuteReload(bool deep) {} in ExecuteReload() function in OHOS::Ace::Framework::ViewFunctions
H A Djs_view.cpp593 jsView->jsViewFunction_->ExecuteReload(deep); in CreateViewNode()