Searched refs:OnSetBackgroundColor (Results 1 – 2 of 2) sorted by relevance
270 napi_value OnSetBackgroundColor(napi_env env, napi_callback_info info);
448 return (me != nullptr) ? me->OnSetBackgroundColor(env, info) : nullptr; in SetBackgroundColor()3357 napi_value JsWindow::OnSetBackgroundColor(napi_env env, napi_callback_info info) in OnSetBackgroundColor() function in OHOS::Rosen::JsWindow