Home
last modified time | relevance | path

Searched refs:isCustomComponent (Results 1 - 3 of 3) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Drender_component.h254 void SetIsCustomComponent(bool isCustomComponent) in SetIsCustomComponent() argument
256 isCustomComponent_ = isCustomComponent; in SetIsCustomComponent()
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_node.h481 void SetIsCustomComponent(bool isCustomComponent) in SetIsCustomComponent() argument
483 isCustomComponent_ = isCustomComponent; in SetIsCustomComponent()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_engine.cpp1932 bool isCustomComponent = argv[ADD_ELEMENT_CUSTOM_INDEX]->ToBoolean(runtime); in JsDomAddElement() local
1933 command->SetIsCustomComponent(isCustomComponent); in JsDomAddElement()

Completed in 13 milliseconds