Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_select.h37 static void SelectedOptionBgColor(const JSCallbackInfo& info);
H A Djs_select.cpp116 JSClass<JSSelect>::StaticMethod("selectedOptionBgColor", &JSSelect::SelectedOptionBgColor, opt); in JSBind()
415 void JSSelect::SelectedOptionBgColor(const JSCallbackInfo& info) in SelectedOptionBgColor() function in OHOS::Ace::Framework::JSSelect