Home
last modified time | relevance | path

Searched refs:HandleExternalProtocol (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/content/browser/loader/
Dresource_loader_delegate.h31 virtual bool HandleExternalProtocol(ResourceLoader* loader,
Dresource_loader.cc95 if (delegate_->HandleExternalProtocol(this, request_->url())) { in StartRequest()
220 if (delegate_->HandleExternalProtocol(this, new_url)) { in OnReceivedRedirect()
Dresource_loader_unittest.cc191 virtual bool HandleExternalProtocol(ResourceLoader* loader, in HandleExternalProtocol() function in content::ResourceLoaderTest
Dresource_dispatcher_host_impl.h266 virtual bool HandleExternalProtocol(ResourceLoader* loader,
Dresource_dispatcher_host_impl.cc668 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/
Dresource_dispatcher_host_delegate.cc70 bool ResourceDispatcherHostDelegate::HandleExternalProtocol(const GURL& url, in HandleExternalProtocol() function in content::ResourceDispatcherHostDelegate
Dresource_dispatcher_host_delegate.h110 virtual bool HandleExternalProtocol(const GURL& url,
/external/chromium_org/android_webview/browser/renderer_host/
Daw_resource_dispatcher_host_delegate.h58 virtual bool HandleExternalProtocol(const GURL& url,
Daw_resource_dispatcher_host_delegate.cc311 bool AwResourceDispatcherHostDelegate::HandleExternalProtocol(const GURL& url, in HandleExternalProtocol() function in android_webview::AwResourceDispatcherHostDelegate
/external/chromium_org/chrome/browser/renderer_host/
Dchrome_resource_dispatcher_host_delegate.h77 virtual bool HandleExternalProtocol(const GURL& url,
Dchrome_resource_dispatcher_host_delegate.cc425 bool ChromeResourceDispatcherHostDelegate::HandleExternalProtocol( in HandleExternalProtocol() function in ChromeResourceDispatcherHostDelegate