Searched refs:ShouldBeginRequest (Results 1 – 5 of 5) sorted by relevance
11 bool ResourceDispatcherHostDelegate::ShouldBeginRequest( in ShouldBeginRequest() function in content::ResourceDispatcherHostDelegate
42 virtual bool ShouldBeginRequest(const std::string& method,
41 virtual bool ShouldBeginRequest(
279 bool ChromeResourceDispatcherHostDelegate::ShouldBeginRequest( in ShouldBeginRequest() function in ChromeResourceDispatcherHostDelegate
1093 if (delegate_ && !delegate_->ShouldBeginRequest(request_data.method, in BeginRequest()