/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/ |
H A D | web_delegate_interface.h | 109 virtual void OnPageVisible(const std::string& param) = 0;
|
H A D | web_event_hub.h | 156 ACE_WEB_EVENT_PROPERTY(OnPageVisible, void);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_web.h | 121 static void OnPageVisible(const JSCallbackInfo& args);
|
H A D | js_web.cpp | 1963 JSClass<JSWeb>::StaticMethod("onPageVisible", &JSWeb::OnPageVisible); in JSBind() 4090 void JSWeb::OnPageVisible(const JSCallbackInfo& args) in OnPageVisible() function in OHOS::Ace::Framework::JSWeb
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/ |
H A D | ark_web_handler_impl.h | 325 void OnPageVisible(const ArkWebString& url) override;
|
H A D | ark_web_handler_impl.cpp | 465 void ArkWebHandlerImpl::OnPageVisible(const ArkWebString& url) in OnPageVisible() function in OHOS::ArkWeb::ArkWebHandlerImpl 467 nweb_handler_->OnPageVisible(ArkWebStringStructToClass(url)); in OnPageVisible()
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/ |
H A D | ark_web_handler.h | 403 virtual void OnPageVisible(const ArkWebString& url) = 0;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/ |
H A D | ark_web_handler_wrapper.cpp | 547 void ArkWebHandlerWrapper::OnPageVisible(const std::string& url) in OnPageVisible() function in OHOS::ArkWeb::ArkWebHandlerWrapper 551 ark_web_handler_->OnPageVisible(stUrl); in OnPageVisible()
|
H A D | ark_web_handler_wrapper.h | 337 void OnPageVisible(const std::string& url) override;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/ |
H A D | web_client_impl.h | 215 void OnPageVisible(const std::string& url) override;
|
H A D | web_client_impl.cpp | 830 void WebClientImpl::OnPageVisible(const std::string& url) in OnPageVisible() function in OHOS::Ace::WebClientImpl 836 delegate->OnPageVisible(url); in OnPageVisible()
|
H A D | web_delegate.h | 881 void OnPageVisible(const std::string& url);
|
H A D | web_delegate.cpp | 5514 void WebDelegate::OnPageVisible(const std::string& url) in OnPageVisible() function in OHOS::Ace::WebDelegate
|
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/ |
H A D | nweb_handler.h | 661 virtual void OnPageVisible(const std::string& url) {} in OnPageVisible() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/ |
H A D | web_delegate_cross.h | 361 void OnPageVisible(const std::string& param) override;
|
H A D | web_delegate_cross.cpp | 750 delegate->OnPageVisible(param); in RegisterWebEvent() 1271 void WebDelegateCross::OnPageVisible(const std::string& param) in OnPageVisible() function in OHOS::Ace::WebDelegateCross
|