Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/
H A Dsvg_text_path_declaration.cpp56 { DOM_VALUE, in SetSpecializedValue()
H A Dsvg_text_declaration.cpp61 { DOM_VALUE, in SetSpecializedValue()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/span/
H A Dspan_declaration.cpp49 …{ DOM_VALUE, [](const std::string& val, SpanDeclaration& declaration) { declaration.SetSpanData(va… in SetSpecializedAttr()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_slider.cpp97 { DOM_VALUE, [](const std::string& val, DOMSlider& slider) { in SetSpecializedAttr()
H A Ddom_type.cpp130 const char DOM_VALUE[] = "value"; variable
H A Ddom_picker_base.cpp161 if (attr.first == DOM_VALUE) { in SetSpecializedAttr()
H A Ddom_type.h133 ACE_EXPORT extern const char DOM_VALUE[];
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/text/
H A Dtext_declaration.cpp61 if (attr.first == DOM_VALUE) { in SetSpecializedAttr()