Home
last modified time | relevance | path

Searched refs:DOM_TEXT_ALLOW_SCALE (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_marquee.cpp87 { DOM_TEXT_ALLOW_SCALE, [](TextStyle& textStyle, const std::string& val, in SetSpecializedStyle()
H A Ddom_option.cpp150 if (style.first == DOM_TEXT_ALLOW_SCALE) { in SetSpecializedStyle()
H A Ddom_select.cpp136 { DOM_TEXT_ALLOW_SCALE, [](const std::string& val, const DOMSelect& node, in SetSpecializedStyle()
H A Ddom_stepper_item.cpp40 { DOM_TEXT_ALLOW_SCALE, in SetSpecializedStyle()
H A Ddom_menu.cpp88 { DOM_TEXT_ALLOW_SCALE, [](TextStyle& textStyle, const std::string& val, in SetSpecializedStyle()
H A Ddom_toggle.cpp75 { DOM_TEXT_ALLOW_SCALE, in SetSpecializedStyle()
H A Ddom_switch.cpp84 …{ DOM_TEXT_ALLOW_SCALE, [](const std::string& val, const DOMSwitch& node, SwitchComponent& textSwi… in SetSpecializedStyle()
H A Ddom_search.cpp148 { DOM_TEXT_ALLOW_SCALE, [](const std::string& val, in SetSpecializedStyle()
H A Ddom_textarea.cpp185 { DOM_TEXT_ALLOW_SCALE, [](const std::string& val, in SetSpecializedStyle()
H A Ddom_type.cpp546 const char DOM_TEXT_ALLOW_SCALE[] = "allowScale"; variable
H A Ddom_picker_base.cpp319 { DOM_TEXT_ALLOW_SCALE, in SetTextStyleOperators()
H A Ddom_type.h550 ACE_EXPORT extern const char DOM_TEXT_ALLOW_SCALE[];
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/span/
H A Dspan_declaration.cpp62 { DOM_TEXT_ALLOW_SCALE, in SetSpecializedStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/search/
H A Dsearch_declaration.cpp161 { DOM_TEXT_ALLOW_SCALE, in SetSpecializedStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/button/
H A Dbutton_declaration.cpp118 { DOM_TEXT_ALLOW_SCALE, [](ButtonDeclaration& button, const std::string& value) { in SetSpecializedStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/text/
H A Dtext_declaration.cpp79 { DOM_TEXT_ALLOW_SCALE, in SetSpecializedStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/textfield/
H A Dtextfield_declaration.cpp175 { DOM_TEXT_ALLOW_SCALE, in SetSpecializedStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/input/
H A Ddom_textfield_util.cpp217 { DOM_TEXT_ALLOW_SCALE, in SetChildStyle()