Searched refs:SelectFontType (Results 1 – 2 of 2) sorted by relevance
22 enum class SelectFontType { enum65 static void ParseFontSize(const JSRef<JSVal>& jsValue, SelectFontType type);66 static void ParseFontWeight(const JSRef<JSVal>& jsValue, SelectFontType type);67 static void ParseFontFamily(const JSRef<JSVal>& jsValue, SelectFontType type);68 static void ParseFontStyle(const JSRef<JSVal>& jsValue, SelectFontType type);69 static void ResetFontSize(SelectFontType type);70 static void ResetFontWeight(SelectFontType type);71 static void ResetFontFamily(SelectFontType type);72 static void ResetFontStyle(SelectFontType type);73 static void ResetFont(SelectFontType type);
250 ResetFont(SelectFontType::SELECT); in Font()270 if (type == SelectFontType::SELECT) { in ParseFontSize()287 if (type == SelectFontType::SELECT) { in ParseFontWeight()303 if (type == SelectFontType::SELECT) { in ParseFontFamily()319 if (type == SelectFontType::SELECT) { in ParseFontStyle()334 if (type == SelectFontType::OPTION) { in ResetFontSize()346 if (type == SelectFontType::SELECT) { in ResetFontWeight()361 if (type == SelectFontType::SELECT) { in ResetFontFamily()376 if (type == SelectFontType::SELECT) { in ResetFontStyle()385 void JSSelect::ResetFont(SelectFontType type) in ResetFont()[all …]