Home
last modified time | relevance | path

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

/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_handler.h479 virtual void OnRootLayerChanged(int width, int height) = 0;
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_handler_impl.h390 void OnRootLayerChanged(int width, int height) override;
H A Dark_web_handler_impl.cpp566 void ArkWebHandlerImpl::OnRootLayerChanged(int width, int height) in OnRootLayerChanged() function in OHOS::ArkWeb::ArkWebHandlerImpl
568 nweb_handler_->OnRootLayerChanged(width, height); in OnRootLayerChanged()
/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_handler.h781 virtual void OnRootLayerChanged(int width, int height) {} in OnRootLayerChanged() function in OHOS::NWeb::NWebHandler
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_handler_wrapper.h402 void OnRootLayerChanged(int width, int height) override;
H A Dark_web_handler_wrapper.cpp641 void ArkWebHandlerWrapper::OnRootLayerChanged(int width, int height) in OnRootLayerChanged() function in OHOS::ArkWeb::ArkWebHandlerWrapper
643 ark_web_handler_->OnRootLayerChanged(width, height); in OnRootLayerChanged()

Completed in 10 milliseconds