/external/chromium_org/content/browser/loader/ |
D | resource_loader_delegate.h | 31 virtual bool HandleExternalProtocol(ResourceLoader* loader,
|
D | resource_loader.cc | 95 if (delegate_->HandleExternalProtocol(this, request_->url())) { in StartRequest() 220 if (delegate_->HandleExternalProtocol(this, new_url)) { in OnReceivedRedirect()
|
D | resource_loader_unittest.cc | 191 virtual bool HandleExternalProtocol(ResourceLoader* loader, in HandleExternalProtocol() function in content::ResourceLoaderTest
|
D | resource_dispatcher_host_impl.h | 266 virtual bool HandleExternalProtocol(ResourceLoader* loader,
|
D | resource_dispatcher_host_impl.cc | 668 bool ResourceDispatcherHostImpl::HandleExternalProtocol(ResourceLoader* loader, in HandleExternalProtocol() function in content::ResourceDispatcherHostImpl 683 return delegate_->HandleExternalProtocol(url, info->GetChildID(), in HandleExternalProtocol()
|
/external/chromium_org/content/public/browser/ |
D | resource_dispatcher_host_delegate.cc | 70 bool ResourceDispatcherHostDelegate::HandleExternalProtocol(const GURL& url, in HandleExternalProtocol() function in content::ResourceDispatcherHostDelegate
|
D | resource_dispatcher_host_delegate.h | 110 virtual bool HandleExternalProtocol(const GURL& url,
|
/external/chromium_org/android_webview/browser/renderer_host/ |
D | aw_resource_dispatcher_host_delegate.h | 58 virtual bool HandleExternalProtocol(const GURL& url,
|
D | aw_resource_dispatcher_host_delegate.cc | 311 bool AwResourceDispatcherHostDelegate::HandleExternalProtocol(const GURL& url, in HandleExternalProtocol() function in android_webview::AwResourceDispatcherHostDelegate
|
/external/chromium_org/chrome/browser/renderer_host/ |
D | chrome_resource_dispatcher_host_delegate.h | 77 virtual bool HandleExternalProtocol(const GURL& url,
|
D | chrome_resource_dispatcher_host_delegate.cc | 425 bool ChromeResourceDispatcherHostDelegate::HandleExternalProtocol( in HandleExternalProtocol() function in ChromeResourceDispatcherHostDelegate
|