Home
last modified time | relevance | path

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

/ohos5.0/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.cpp262 void JSViewFullUpdate::Destroy(JSView* parentCustomView) in Destroy() argument
264 DestroyChild(parentCustomView); in Destroy()
395 void JSViewFullUpdate::DestroyChild(JSView* parentCustomView) in DestroyChild() argument
805 void JSViewPartialUpdate::Destroy(JSView* parentCustomView) in Destroy() argument
H A Djs_view_functions.cpp613 void ViewFunctions::Destroy(JSView* parentCustomView) in Destroy() argument
630 view->Destroy(parentCustomView); in Destroy()