Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_select.h42 static void OptionFontColor(const JSCallbackInfo& info);
H A Djs_select.cpp121 JSClass<JSSelect>::StaticMethod("optionFontColor", &JSSelect::OptionFontColor, opt); in JSBind()
508 void JSSelect::OptionFontColor(const JSCallbackInfo& info) in OptionFontColor() function in OHOS::Ace::Framework::JSSelect