Searched refs:OnSetWindowBackgroundColorSync (Results 1 – 4 of 4) sorted by relevance
76 napi_value OnSetWindowBackgroundColorSync(napi_env env, napi_callback_info info);
237 return (me != nullptr) ? me->OnSetWindowBackgroundColorSync(env, info) : nullptr; in SetWindowBackgroundColorSync()473 napi_value JsExtensionWindow::OnSetWindowBackgroundColorSync(napi_env env, napi_callback_info info) in OnSetWindowBackgroundColorSync() function in OHOS::Rosen::JsExtensionWindow
271 napi_value OnSetWindowBackgroundColorSync(napi_env env, napi_callback_info info);
455 return (me != nullptr) ? me->OnSetWindowBackgroundColorSync(env, info) : nullptr; in SetWindowBackgroundColorSync()3404 napi_value JsWindow::OnSetWindowBackgroundColorSync(napi_env env, napi_callback_info info) in OnSetWindowBackgroundColorSync() function in OHOS::Rosen::JsWindow