Home
last modified time | relevance | path

Searched refs:INPUT_FONT_FAMILY_VALUE (Results 1 - 5 of 5) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/declaration/textfield/
H A Dtextfield_declaration.cpp28 const std::vector<std::string> INPUT_FONT_FAMILY_VALUE = { member
84 style.textStyle.SetFontFamilies(INPUT_FONT_FAMILY_VALUE); in InitializeStyle()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dtext_field_model_impl.cpp23 const std::vector<std::string> INPUT_FONT_FAMILY_VALUE = { "sans-serif" }; member
90 textStyle.SetFontFamilies(INPUT_FONT_FAMILY_VALUE); in InitTextAreaDefaultStyle()
178 textStyle.SetFontFamilies(INPUT_FONT_FAMILY_VALUE); in InitTextInputDefaultStyle()
H A Dsearch_model_impl.cpp28 const std::vector<std::string> INPUT_FONT_FAMILY_VALUE = { member
306 textStyle.SetFontFamilies(INPUT_FONT_FAMILY_VALUE); in InitializeDefaultValue()
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/input/
H A Ddom_textfield_util.cpp24 const std::vector<std::string> INPUT_FONT_FAMILY_VALUE = { member
61 textStyle.SetFontFamilies(INPUT_FONT_FAMILY_VALUE); in InitDefaultValue()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_textfield.cpp84 const std::vector<std::string> INPUT_FONT_FAMILY_VALUE = { "sans-serif" }; member

Completed in 7 milliseconds