Home
last modified time | relevance | path

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

/foundation/ace/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_select.h34 static void OptionBgColor(const JSCallbackInfo& info);
Djs_select.cpp92 JSClass<JSSelect>::StaticMethod("optionBgColor", &JSSelect::OptionBgColor, opt); in JSBind()
353 void JSSelect::OptionBgColor(const JSCallbackInfo& info) in OptionBgColor() function in OHOS::Ace::Framework::JSSelect