Home
last modified time | relevance | path

Searched refs:CreateForPartialUpdate (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_foreach.h28 static void CreateForPartialUpdate();
H A Djs_list_item.h30 static void CreateForPartialUpdate(const JSCallbackInfo& args);
H A Djs_navdestination.h53 static void CreateForPartialUpdate(const JSCallbackInfo& info);
H A Djs_grid_item.cpp56 CreateForPartialUpdate(args); in Create()
62 void JSGridItem::CreateForPartialUpdate(const JSCallbackInfo& args) in CreateForPartialUpdate() function in OHOS::Ace::Framework::JSGridItem
H A Djs_grid_item.h76 static void CreateForPartialUpdate(const JSCallbackInfo& args);
H A Djs_tab_content.h58 static void CreateForPartialUpdate(const JSCallbackInfo& info);
H A Djs_list_item.cpp65 CreateForPartialUpdate(args); in Create()
86 void JSListItem::CreateForPartialUpdate(const JSCallbackInfo& args) in CreateForPartialUpdate() function in OHOS::Ace::Framework::JSListItem
H A Djs_tab_content.cpp68 CreateForPartialUpdate(info); in Create()
74 void JSTabContent::CreateForPartialUpdate(const JSCallbackInfo& info) in CreateForPartialUpdate() function in OHOS::Ace::Framework::JSTabContent