Home
last modified time | relevance | path

Searched refs:OnPopupSize (Results 1 - 6 of 6) sorted by relevance

/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_handler.h797 virtual void OnPopupSize(int x, int y, int width, int height) = 0;
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_handler_impl.h571 void OnPopupSize(int x, int y, int width, int height) override;
H A Dark_web_handler_impl.cpp893 void ArkWebHandlerImpl::OnPopupSize(int x, int y, int width, int height) in OnPopupSize() function in OHOS::ArkWeb::ArkWebHandlerImpl
895 nweb_handler_->OnPopupSize(x, y, width, height); in OnPopupSize()
/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_handler.h1015 virtual void OnPopupSize(int x, int y, int width, int height) {} in OnPopupSize() function in OHOS::NWeb::NWebHandler
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_handler_wrapper.h608 void OnPopupSize(int x, int y, int width, int height) override;
H A Dark_web_handler_wrapper.cpp1012 void ArkWebHandlerWrapper::OnPopupSize(int x, int y, int width, int height) { in OnPopupSize() function in OHOS::ArkWeb::ArkWebHandlerWrapper
1013 ark_web_handler_->OnPopupSize(x, y, width, height); in OnPopupSize()

Completed in 9 milliseconds