Home
last modified time | relevance | path

Searched refs:SELECT (Results 1 - 4 of 4) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_select.cpp230 ResetFont(SelectFontType::SELECT); in Font()
237 ParseFontSize(param->GetProperty("size"), SelectFontType::SELECT); in Font()
238 ParseFontWeight(param->GetProperty("weight"), SelectFontType::SELECT); in Font()
239 ParseFontFamily(param->GetProperty("family"), SelectFontType::SELECT); in Font()
240 ParseFontStyle(param->GetProperty("style"), SelectFontType::SELECT); in Font()
250 if (type == SelectFontType::SELECT) { in ParseFontSize()
267 if (type == SelectFontType::SELECT) { in ParseFontWeight()
283 if (type == SelectFontType::SELECT) { in ParseFontFamily()
299 if (type == SelectFontType::SELECT) { in ParseFontStyle()
331 if (type == SelectFontType::SELECT) { in ResetFontWeight()
[all...]
H A Djs_select.h23 SELECT = 0, member in OHOS::Ace::Framework::SelectFontType
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.h94 enum class SelectionMode { SELECT, SELECT_ALL, NONE }; member in OHOS::OHOS::Ace::NG::SelectionMode
H A Dtext_field_pattern.cpp2006 selectionMode_ = SelectionMode::SELECT; in GetDragStyledText()

Completed in 18 milliseconds