Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_rich_text.cpp22 childComponent_ = AceType::MakeRefPtr<WebComponent>(""); in DOMRichText()
28 childComponent_->SetData(attr.second); in SetSpecializedAttr()
38 childComponent_->SetPageStartedEventId(eventMarker); in AddSpecializedEvent()
41 childComponent_->SetPageFinishedEventId(eventMarker); in AddSpecializedEvent()
H A Ddom_rich_text.h33 return childComponent_; in GetSpecializedComponent()
41 RefPtr<WebComponent> childComponent_;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Dimage_animator_element.cpp99 childComponent_ = BuildChild(); in PerformBuild()
103 auto boxComponent = DynamicCast<BoxComponent>(childComponent_); in PerformBuild()
243 auto boxComponent = DynamicCast<BoxComponent>(childComponent_); in PlayImageAnimator()
H A Dimage_animator_element.h100 RefPtr<Component> childComponent_; variable