/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/ |
H A D | ark_web_handler_impl.h | 390 void OnRootLayerChanged(int width, int height) override;
|
H A D | ark_web_handler_impl.cpp | 566 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 D | ark_web_handler.h | 479 virtual void OnRootLayerChanged(int width, int height) = 0;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/ |
H A D | ark_web_handler_wrapper.cpp | 641 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 D | ark_web_handler_wrapper.h | 402 void OnRootLayerChanged(int width, int height) override;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/ |
H A D | web_client_impl.h | 246 void OnRootLayerChanged(int width, int height) override;
|
H A D | web_client_impl.cpp | 1035 void WebClientImpl::OnRootLayerChanged(int width, int height) in OnRootLayerChanged() function in OHOS::Ace::WebClientImpl 1040 delegate->OnRootLayerChanged(width, height); in OnRootLayerChanged()
|
H A D | web_delegate.h | 896 void OnRootLayerChanged(int width, int height);
|
H A D | web_delegate.cpp | 6627 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 D | nweb_handler.h | 779 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 D | web_pattern.h | 408 void OnRootLayerChanged(int width, int height);
|
H A D | web_pattern.cpp | 1184 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 D | web_pattern.h | 596 void OnRootLayerChanged(int width, int height);
|
H A D | web_pattern.cpp | 5828 void WebPattern::OnRootLayerChanged(int width, int height) in OnRootLayerChanged() function in OHOS::Ace::NG::WebPattern
|