Home
last modified time | relevance | path

Searched refs:OnPageLoadEnd (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_handler_impl.h98 void OnPageLoadEnd(int http_status_code, const ArkWebString& url) override;
H A Dark_web_handler_impl.cpp148 void ArkWebHandlerImpl::OnPageLoadEnd(int http_status_code, const ArkWebString& url) in OnPageLoadEnd() function in OHOS::ArkWeb::ArkWebHandlerImpl
150 nweb_handler_->OnPageLoadEnd(http_status_code, ArkWebStringStructToClass(url)); in OnPageLoadEnd()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_handler.h142 virtual void OnPageLoadEnd(int http_status_code, const ArkWebString& url) = 0;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_handler_wrapper.cpp154 void ArkWebHandlerWrapper::OnPageLoadEnd(int http_status_code, const std::string& url) in OnPageLoadEnd() function in OHOS::ArkWeb::ArkWebHandlerWrapper
158 ark_web_handler_->OnPageLoadEnd(http_status_code, stUrl); in OnPageLoadEnd()
H A Dark_web_handler_wrapper.h108 void OnPageLoadEnd(int http_status_code, const std::string& url) override;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_client_impl.h135 void OnPageLoadEnd(int httpStatusCode, const std::string& url) override;
H A Dweb_client_impl.cpp162 void WebClientImpl::OnPageLoadEnd(int httpStatusCode, const std::string& url) in OnPageLoadEnd() function in OHOS::Ace::WebClientImpl
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_handler.h317 virtual void OnPageLoadEnd(int httpStatusCode, const std::string& url) {} in OnPageLoadEnd() function