OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HandleExternalProtocol
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/content/browser/loader/
resource_loader_delegate.h
31
virtual bool
HandleExternalProtocol
(ResourceLoader* loader,
resource_loader_unittest.cc
191
virtual bool
HandleExternalProtocol
(ResourceLoader* loader,
resource_loader.cc
95
if (delegate_->
HandleExternalProtocol
(this, request_->url())) {
220
if (delegate_->
HandleExternalProtocol
(this, new_url)) {
resource_dispatcher_host_impl.h
266
virtual bool
HandleExternalProtocol
(ResourceLoader* loader,
resource_dispatcher_host_impl.cc
668
bool ResourceDispatcherHostImpl::
HandleExternalProtocol
(ResourceLoader* loader,
683
return delegate_->
HandleExternalProtocol
(url, info->GetChildID(),
[
all
...]
/external/chromium_org/android_webview/browser/renderer_host/
aw_resource_dispatcher_host_delegate.h
58
virtual bool
HandleExternalProtocol
(const GURL& url,
aw_resource_dispatcher_host_delegate.cc
311
bool AwResourceDispatcherHostDelegate::
HandleExternalProtocol
(const GURL& url,
/external/chromium_org/content/public/browser/
resource_dispatcher_host_delegate.cc
70
bool ResourceDispatcherHostDelegate::
HandleExternalProtocol
(const GURL& url,
resource_dispatcher_host_delegate.h
110
virtual bool
HandleExternalProtocol
(const GURL& url,
/external/chromium_org/chrome/browser/renderer_host/
chrome_resource_dispatcher_host_delegate.h
77
virtual bool
HandleExternalProtocol
(const GURL& url,
chrome_resource_dispatcher_host_delegate.cc
425
bool ChromeResourceDispatcherHostDelegate::
HandleExternalProtocol
(
Completed in 1292 milliseconds