Home
last modified time | relevance | path

Searched refs:SetIsCustomComponent (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Drender_component.h254 void SetIsCustomComponent(bool isCustomComponent) in SetIsCustomComponent() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Djs_command.cpp196 node->SetIsCustomComponent(isCustomComponent_); in CreateDomNode()
257 node->SetIsCustomComponent(isCustomComponent_); in CreateDomElement()
H A Djs_command.h171 void SetIsCustomComponent(bool isCustom) in SetIsCustomComponent() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_node.h481 void SetIsCustomComponent(bool isCustomComponent) in SetIsCustomComponent() function
H A Ddom_node.cpp727 rootChild->SetIsCustomComponent(isCustomComponent_); in GenerateComponentNode()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_engine.cpp1933 command->SetIsCustomComponent(isCustomComponent); in JsDomAddElement()