Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_svg_g.cpp35 return gComponent_; in GetSpecializedComponent()
44 gComponent_->InsertChild(slot, child->GetSpecializedComponent()); in OnChildNodeAdded()
46 gComponent_->InsertChild(slot, child->GetRootComponent()); in OnChildNodeAdded()
65 if (!gComponent_) { in PrepareSpecializedComponent()
66 gComponent_ = AceType::MakeRefPtr<SvgGComponent>(); in PrepareSpecializedComponent()
70 gComponent_->SetDeclaration(declaration); in PrepareSpecializedComponent()
H A Ddom_svg_g.h39 RefPtr<SvgGComponent> gComponent_; member in OHOS::Ace::Framework::final

Completed in 1 milliseconds