Home
last modified time | relevance | path

Searched refs:isCustomComponent_ (Results 1 - 5 of 5) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Drender_component.h251 return isCustomComponent_; in IsCustomComponent()
256 isCustomComponent_ = isCustomComponent; in SetIsCustomComponent()
333 bool isCustomComponent_ = false; member in OHOS::Ace::RenderComponent
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Djs_command.h173 isCustomComponent_ = isCustom; in SetIsCustomComponent()
191 bool isCustomComponent_ = false; member in OHOS::Ace::Framework::JsCommandDomElementOperator
H A Djs_command.cpp196 node->SetIsCustomComponent(isCustomComponent_); in CreateDomNode()
257 node->SetIsCustomComponent(isCustomComponent_); in CreateDomElement()
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_node.h478 return isCustomComponent_; in IsCustomComponent()
483 isCustomComponent_ = isCustomComponent; in SetIsCustomComponent()
895 bool isCustomComponent_ = false; member in OHOS::Ace::Framework::DOMNode
H A Ddom_node.cpp725 if (isCustomComponent_) { in GenerateComponentNode()
727 rootChild->SetIsCustomComponent(isCustomComponent_); in GenerateComponentNode()

Completed in 9 milliseconds