Home
last modified time | relevance | path

Searched refs:ParseFontFamily (Results 1 - 3 of 3) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_select.h67 static void ParseFontFamily(const JSRef<JSVal>& jsValue, SelectFontType type);
H A Djs_select.cpp239 ParseFontFamily(param->GetProperty("family"), SelectFontType::SELECT); in Font()
276 void JSSelect::ParseFontFamily(const JSRef<JSVal>& jsValue, SelectFontType type) in ParseFontFamily() function in OHOS::OHOS::Ace::Framework::JSSelect
432 ParseFontFamily(param->GetProperty("family"), SelectFontType::SELECTED_OPTION); in SelectedOptionFont()
489 ParseFontFamily(param->GetProperty("family"), SelectFontType::OPTION); in OptionFont()
/foundation/arkui/ace_engine/adapter/ohos/capability/html/
H A Dhtml_to_span.cpp64 std::vector<std::string> ParseFontFamily(const std::string& fontFamily) in ParseFontFamily() function
262 font->fontFamilies = ParseFontFamily(value); in InitFont()

Completed in 4 milliseconds