Home
last modified time | relevance | path

Searched refs:ParseFontStyle (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_select.h68 static void ParseFontStyle(const JSRef<JSVal>& jsValue, SelectFontType type);
H A Djs_select.cpp260 ParseFontStyle(param->GetProperty("style"), SelectFontType::SELECT); in Font()
312 void JSSelect::ParseFontStyle(const JSRef<JSVal>& jsValue, SelectFontType type) in ParseFontStyle() function in OHOS::Ace::Framework::JSSelect
448 ParseFontStyle(param->GetProperty("style"), SelectFontType::SELECTED_OPTION); in SelectedOptionFont()
505 ParseFontStyle(param->GetProperty("style"), SelectFontType::OPTION); in OptionFont()