Home
last modified time | relevance | path

Searched refs:OnRootLayerChanged (Results 1 – 14 of 14) sorted by relevance

/ohos5.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()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_handler.h479 virtual void OnRootLayerChanged(int width, int height) = 0;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
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()
H A Dark_web_handler_wrapper.h402 void OnRootLayerChanged(int width, int height) override;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_client_impl.h246 void OnRootLayerChanged(int width, int height) override;
H A Dweb_client_impl.cpp1035 void WebClientImpl::OnRootLayerChanged(int width, int height) in OnRootLayerChanged() function in OHOS::Ace::WebClientImpl
1040 delegate->OnRootLayerChanged(width, height); in OnRootLayerChanged()
H A Dweb_delegate.h896 void OnRootLayerChanged(int width, int height);
H A Dweb_delegate.cpp6627 void WebDelegate::OnRootLayerChanged(int width, int height) in OnRootLayerChanged() function in OHOS::Ace::WebDelegate
6631 webPattern->OnRootLayerChanged(width, height); in OnRootLayerChanged()
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_handler.h779 virtual void OnRootLayerChanged(int width, int height) {} in OnRootLayerChanged() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_pattern.h408 void OnRootLayerChanged(int width, int height);
H A Dweb_pattern.cpp1184 void WebPattern::OnRootLayerChanged(int width, int height) in OnRootLayerChanged() function in OHOS::Ace::NG::WebPattern
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.h596 void OnRootLayerChanged(int width, int height);
H A Dweb_pattern.cpp5828 void WebPattern::OnRootLayerChanged(int width, int height) in OnRootLayerChanged() function in OHOS::Ace::NG::WebPattern