Home
last modified time | relevance | path

Searched refs:parentCustomView (Results 1 - 4 of 4) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view.h39 virtual void Destroy(JSView* parentCustomView) = 0;
200 void Destroy(JSView* parentCustomView) override;
260 void DestroyChild(JSView* parentCustomView);
307 void Destroy(JSView* parentCustomView) override;
H A Djs_view_functions.h44 void Destroy(JSView* parentCustomView);
H A Djs_view.cpp259 void JSViewFullUpdate::Destroy(JSView* parentCustomView) in Destroy() argument
261 DestroyChild(parentCustomView); in Destroy()
392 void JSViewFullUpdate::DestroyChild(JSView* parentCustomView) in DestroyChild() argument
801 // parentCustomView in not used by PartialUpdate
802 void JSViewPartialUpdate::Destroy(JSView* parentCustomView) in Destroy() argument
H A Djs_view_functions.cpp607 void ViewFunctions::Destroy(JSView* parentCustomView) in Destroy() argument
624 view->Destroy(parentCustomView); in Destroy()

Completed in 4 milliseconds