Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H A Djs_window.h255 napi_value OnSetWindowTitleButtonVisible(napi_env env, napi_callback_info info);
H A Djs_window.cpp901 return (me != nullptr) ? me->OnSetWindowTitleButtonVisible(env, info) : nullptr; in SetWindowTitleButtonVisible()
6399 napi_value JsWindow::OnSetWindowTitleButtonVisible(napi_env env, napi_callback_info info) in OnSetWindowTitleButtonVisible() function in OHOS::Rosen::JsWindow