Home
last modified time | relevance | path

Searched refs:OnHandleInterceptUrlLoading (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_handler_impl.cpp294 bool ArkWebHandlerImpl::OnHandleInterceptUrlLoading(ArkWebRefPtr<ArkWebUrlResourceRequest> request) in OnHandleInterceptUrlLoading() function in OHOS::ArkWeb::ArkWebHandlerImpl
297 return nweb_handler_->OnHandleInterceptUrlLoading(nullptr); in OnHandleInterceptUrlLoading()
300 …return nweb_handler_->OnHandleInterceptUrlLoading(std::make_shared<ArkWebUrlResourceRequestWrapper… in OnHandleInterceptUrlLoading()
H A Dark_web_handler_impl.h216 bool OnHandleInterceptUrlLoading(ArkWebRefPtr<ArkWebUrlResourceRequest> request) override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_handler_wrapper.cpp326 bool ArkWebHandlerWrapper::OnHandleInterceptUrlLoading(std::shared_ptr<OHOS::NWeb::NWebUrlResourceR… in OnHandleInterceptUrlLoading() function in OHOS::ArkWeb::ArkWebHandlerWrapper
329 return ark_web_handler_->OnHandleInterceptUrlLoading(nullptr); in OnHandleInterceptUrlLoading()
332 return ark_web_handler_->OnHandleInterceptUrlLoading(new ArkWebUrlResourceRequestImpl(request)); in OnHandleInterceptUrlLoading()
H A Dark_web_handler_wrapper.h227 …bool OnHandleInterceptUrlLoading(std::shared_ptr<OHOS::NWeb::NWebUrlResourceRequest> request) over…
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_handler.h276 virtual bool OnHandleInterceptUrlLoading(ArkWebRefPtr<ArkWebUrlResourceRequest> request) = 0;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_client_impl.h172 …bool OnHandleInterceptUrlLoading(std::shared_ptr<OHOS::NWeb::NWebUrlResourceRequest> request) over…
H A Dweb_client_impl.cpp366 bool WebClientImpl::OnHandleInterceptUrlLoading(std::shared_ptr<OHOS::NWeb::NWebUrlResourceRequest>… in OnHandleInterceptUrlLoading() function in OHOS::Ace::WebClientImpl
374 bool result = delegate->OnHandleInterceptUrlLoading(request->Url()); in OnHandleInterceptUrlLoading()
H A Dweb_delegate.h851 bool OnHandleInterceptUrlLoading(const std::string& url);
H A Dweb_delegate.cpp5265 bool WebDelegate::OnHandleInterceptUrlLoading(const std::string& data) in OnHandleInterceptUrlLoading() function in OHOS::Ace::WebDelegate
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_handler.h343 …virtual bool OnHandleInterceptUrlLoading(std::shared_ptr<OHOS::NWeb::NWebUrlResourceRequest> reque… in OnHandleInterceptUrlLoading() function