Home
last modified time | relevance | path

Searched defs:window_id (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_nweb_impl.cpp579 void ArkWebNWebImpl::RegisterScreenLockFunction(int32_t window_id, ArkWebRefPtr<ArkWebScreenLockCal… in RegisterScreenLockFunction()
589 void ArkWebNWebImpl::UnRegisterScreenLockFunction(int32_t window_id) in UnRegisterScreenLockFunction()
624 void ArkWebNWebImpl::SetWindowId(uint32_t window_id) in SetWindowId()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_nweb_wrapper.cpp683 int32_t window_id, std::shared_ptr<OHOS::NWeb::NWebScreenLockCallback> callback) in RegisterScreenLockFunction()
693 void ArkWebNWebWrapper::UnRegisterScreenLockFunction(int32_t window_id) in UnRegisterScreenLockFunction()
735 void ArkWebNWebWrapper::SetWindowId(uint32_t window_id) in SetWindowId()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.cpp2936 auto window_id = upgradeContext->GetWindowId(); in InitWebViewWithSurface() local