Home
last modified time | relevance | path

Searched refs:useComponent_ (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_svg_use.cpp25 return useComponent_; in GetSpecializedComponent()
30 useComponent_->InsertChild(slot, child->GetSpecializedComponent()); in OnChildNodeAdded()
40 if (!useComponent_) { in PrepareSpecializedComponent()
41 useComponent_ = AceType::MakeRefPtr<SvgUseComponent>(); in PrepareSpecializedComponent()
45 useComponent_->SetDeclaration(declaration); in PrepareSpecializedComponent()
H A Ddom_svg_use.h38 RefPtr<SvgUseComponent> useComponent_; member in OHOS::Ace::Framework::final

Completed in 1 milliseconds