Home
last modified time | relevance | path

Searched refs:OnHandleInterceptRequest (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.h190 bool OnHandleInterceptRequest(
H A Dark_web_handler_impl.cpp263 bool ArkWebHandlerImpl::OnHandleInterceptRequest( in OnHandleInterceptRequest() function in OHOS::ArkWeb::ArkWebHandlerImpl
276 return nweb_handler_->OnHandleInterceptRequest(nweb_request, nweb_reponse); in OnHandleInterceptRequest()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_handler.h247 virtual bool OnHandleInterceptRequest(
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_handler_wrapper.cpp291 bool ArkWebHandlerWrapper::OnHandleInterceptRequest(std::shared_ptr<OHOS::NWeb::NWebUrlResourceRequ… in OnHandleInterceptRequest() function in OHOS::ArkWeb::ArkWebHandlerWrapper
304 return ark_web_handler_->OnHandleInterceptRequest(ark_web_request, ark_web_response); in OnHandleInterceptRequest()
H A Dark_web_handler_wrapper.h201 bool OnHandleInterceptRequest(std::shared_ptr<OHOS::NWeb::NWebUrlResourceRequest> request,
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_client_impl.h170 bool OnHandleInterceptRequest(std::shared_ptr<OHOS::NWeb::NWebUrlResourceRequest> request,
H A Dweb_client_impl.cpp381 bool WebClientImpl::OnHandleInterceptRequest(std::shared_ptr<OHOS::NWeb::NWebUrlResourceRequest> re… in OnHandleInterceptRequest() function in OHOS::Ace::WebClientImpl
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_handler.h399 virtual bool OnHandleInterceptRequest( in OnHandleInterceptRequest() function