Searched refs:OnSetWindowDecorHeight (Results 1 – 2 of 2) sorted by relevance
251 napi_value OnSetWindowDecorHeight(napi_env env, napi_callback_info info);
866 return (me != nullptr) ? me->OnSetWindowDecorHeight(env, info) : nullptr; in SetWindowDecorHeight()6264 napi_value JsWindow::OnSetWindowDecorHeight(napi_env env, napi_callback_info info) in OnSetWindowDecorHeight() function in OHOS::Rosen::JsWindow