Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_span.cpp22 textSpanChild_ = AceType::MakeRefPtr<TextSpanComponent>(""); in DOMSpan()
41 CheckAndSetCurrentSpanStyle(domSpan, spanStyle, textSpanChild_->GetTextStyle()); in ResetInitializedStyle()
93 TextStyle parentSpanStyle = textSpanChild_->GetTextStyle(); in OnChildNodeAdded()
105 textSpanChild_->InsertChild(slot, child->GetRootComponent()); in OnChildNodeAdded()
115 textSpanChild_->RemoveChild(child->GetRootComponent()); in OnChildNodeRemoved()
135 textSpanChild_->SetDeclaration(spanDeclaration); in PrepareSpecializedComponent()
H A Ddom_span.h105 return textSpanChild_;
119 RefPtr<TextSpanComponent> textSpanChild_; member in OHOS::Ace::Framework::final

Completed in 1 milliseconds