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 D | ark_web_handler_impl.h | 98 void OnPageLoadEnd(int http_status_code, const ArkWebString& url) override;
|
H A D | ark_web_handler_impl.cpp | 148 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 D | ark_web_handler.h | 142 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 D | ark_web_handler_wrapper.cpp | 154 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 D | ark_web_handler_wrapper.h | 108 void OnPageLoadEnd(int http_status_code, const std::string& url) override;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/ |
H A D | web_client_impl.h | 135 void OnPageLoadEnd(int httpStatusCode, const std::string& url) override;
|
H A D | web_client_impl.cpp | 162 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 D | nweb_handler.h | 317 virtual void OnPageLoadEnd(int httpStatusCode, const std::string& url) {} in OnPageLoadEnd() function
|