Home
last modified time | relevance | path

Searched refs:DOMLabel (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_label.cpp20 DOMLabel::DOMLabel(NodeId nodeId, const std::string& nodeName) : DOMText(nodeId, nodeName) {} in DOMLabel() function in OHOS::Ace::Framework::DOMLabel
22 DOMLabel::~DOMLabel() in ~DOMLabel()
27 void DOMLabel::PrepareSpecializedComponent() in PrepareSpecializedComponent()
50 RefPtr<Component> DOMLabel::GetSpecializedComponent() in GetSpecializedComponent()
H A Ddom_label.h29 class DOMLabel : public DOMText {
30 DECLARE_ACE_TYPE(DOMLabel, DOMText);
33 DOMLabel(NodeId nodeId, const std::string& nodeName);
34 ~DOMLabel();
H A Ddom_document.cpp166 { DOM_NODE_TAG_LABEL, &DOMNodeCreator<DOMLabel> }, in CreateNodeWithId()
409 auto labelNode = AceType::DynamicCast<DOMLabel>(targetNode); in HandleComponentPostBinding()