Home
last modified time | relevance | path

Searched refs:DOM_ID (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_form.cpp37 if (attr.first == DOM_ID) { in SetSpecializedAttr()
H A Ddom_list_item_group.cpp52 if (attr.first == DOM_ID) { in SetSpecializedAttr()
H A Ddom_type.cpp111 const char DOM_ID[] = "id"; variable
H A Ddom_type.h114 ACE_EXPORT extern const char DOM_ID[];
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/parse/
H A Dsvg_dom.cpp216 svgNode->SetAttr(DOM_ID, value); in ParseIdAttr()
282 { DOM_ID, [](const std::string& val, const WeakPtr<SvgNode>& svgNode,
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/
H A Dsvg_dom.cpp182 svgNode->SetAttr(DOM_ID, value); in ParseIdAttr()
239 { DOM_ID, [](const std::string& val, const WeakPtr<SvgNode>& svgNode, in SetAttrValue()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_engine.cpp401 if (keyStr == DOM_ID) { in SetDomAttributes()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
H A Ddeclaration.cpp553 { DOM_ID, in SetAttr()