Searched refs:OnPopupSize (Results 1 - 6 of 6) sorted by relevance
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/ |
H A D | ark_web_handler.h | 797 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 D | ark_web_handler_impl.h | 571 void OnPopupSize(int x, int y, int width, int height) override;
|
H A D | ark_web_handler_impl.cpp | 893 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 D | nweb_handler.h | 1015 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 D | ark_web_handler_wrapper.h | 608 void OnPopupSize(int x, int y, int width, int height) override;
|
H A D | ark_web_handler_wrapper.cpp | 1012 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