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

/external/chromium_org/content/browser/loader/
H A Dresource_loader_delegate.h24 virtual bool HandleExternalProtocol(ResourceLoader* loader,
H A Dresource_loader.cc105 if (delegate_->HandleExternalProtocol(this, request_->url())) {
227 if (delegate_->HandleExternalProtocol(this, redirect_info.new_url)) {
H A Dresource_dispatcher_host_impl.h293 virtual bool HandleExternalProtocol(ResourceLoader* loader,
H A Dresource_loader_unittest.cc344 virtual bool HandleExternalProtocol(ResourceLoader* loader,
H A Dresource_dispatcher_host_impl.cc749 bool ResourceDispatcherHostImpl::HandleExternalProtocol(ResourceLoader* loader, function in class:content::ResourceDispatcherHostImpl
764 return delegate_->HandleExternalProtocol(
/external/chromium_org/content/public/browser/
H A Dresource_dispatcher_host_delegate.cc45 bool ResourceDispatcherHostDelegate::HandleExternalProtocol(const GURL& url, function in class:content::ResourceDispatcherHostDelegate
H A Dresource_dispatcher_host_delegate.h75 virtual bool HandleExternalProtocol(const GURL& url,
/external/chromium_org/android_webview/browser/renderer_host/
H A Daw_resource_dispatcher_host_delegate.h50 virtual bool HandleExternalProtocol(const GURL& url,
H A Daw_resource_dispatcher_host_delegate.cc300 bool AwResourceDispatcherHostDelegate::HandleExternalProtocol(const GURL& url, function in class:android_webview::AwResourceDispatcherHostDelegate
/external/chromium_org/chrome/browser/renderer_host/
H A Dchrome_resource_dispatcher_host_delegate.h63 virtual bool HandleExternalProtocol(const GURL& url,
H A Dchrome_resource_dispatcher_host_delegate.cc465 bool ChromeResourceDispatcherHostDelegate::HandleExternalProtocol( function in class:ChromeResourceDispatcherHostDelegate

Completed in 1857 milliseconds