Searched refs:OnHandleInterceptRequest (Results 1 – 8 of 8) sorted by relevance
190 bool OnHandleInterceptRequest(
263 bool ArkWebHandlerImpl::OnHandleInterceptRequest( in OnHandleInterceptRequest() function in OHOS::ArkWeb::ArkWebHandlerImpl276 return nweb_handler_->OnHandleInterceptRequest(nweb_request, nweb_reponse); in OnHandleInterceptRequest()
247 virtual bool OnHandleInterceptRequest(
291 bool ArkWebHandlerWrapper::OnHandleInterceptRequest(std::shared_ptr<OHOS::NWeb::NWebUrlResourceRequ… in OnHandleInterceptRequest() function in OHOS::ArkWeb::ArkWebHandlerWrapper304 return ark_web_handler_->OnHandleInterceptRequest(ark_web_request, ark_web_response); in OnHandleInterceptRequest()
201 bool OnHandleInterceptRequest(std::shared_ptr<OHOS::NWeb::NWebUrlResourceRequest> request,
170 bool OnHandleInterceptRequest(std::shared_ptr<OHOS::NWeb::NWebUrlResourceRequest> request,
381 bool WebClientImpl::OnHandleInterceptRequest(std::shared_ptr<OHOS::NWeb::NWebUrlResourceRequest> re… in OnHandleInterceptRequest() function in OHOS::Ace::WebClientImpl
399 virtual bool OnHandleInterceptRequest( in OnHandleInterceptRequest() function