Searched refs:IsHandledURL (Results 1 - 25 of 31) sorted by relevance

12

/external/chromium_org/net/url_request/
H A Dprotocol_intercept_job_factory.cc38 bool ProtocolInterceptJobFactory::IsHandledURL(const GURL& url) const { function in class:net::ProtocolInterceptJobFactory
39 return job_factory_->IsHandledURL(url);
H A Dprotocol_intercept_job_factory.h39 virtual bool IsHandledURL(const GURL& url) const OVERRIDE;
H A Durl_request_job_factory.h52 virtual bool IsHandledURL(const GURL& url) const = 0;
H A Durl_request_job_factory_impl.h35 virtual bool IsHandledURL(const GURL& url) const OVERRIDE;
H A Durl_request_job_factory_impl.cc59 bool URLRequestJobFactoryImpl::IsHandledURL(const GURL& url) const { function in class:net::URLRequestJobFactoryImpl
H A Durl_request.h329 static bool IsHandledURL(const GURL& url);
/external/chromium_org/android_webview/browser/net/
H A Daw_url_request_job_factory.cc36 bool AwURLRequestJobFactory::IsHandledURL(const GURL& url) const { function in class:android_webview::AwURLRequestJobFactory
H A Daw_url_request_job_factory.h37 virtual bool IsHandledURL(const GURL& url) const OVERRIDE;
/external/chromium_org/content/shell/browser/
H A Dshell_content_browser_client.h45 virtual bool IsHandledURL(const GURL& url) OVERRIDE;
H A Dshell_content_browser_client.cc175 bool ShellContentBrowserClient::IsHandledURL(const GURL& url) { function in class:content::ShellContentBrowserClient
/external/chromium_org/chrome/browser/custom_handlers/
H A Dprotocol_handler_registry.h116 virtual bool IsHandledURL(const GURL& url) const OVERRIDE;
H A Dprotocol_handler_registry.cc200 bool ProtocolHandlerRegistry::JobInterceptorFactory::IsHandledURL( function in class:ProtocolHandlerRegistry::JobInterceptorFactory
205 job_factory_->IsHandledURL(url);
/external/chromium_org/content/public/browser/
H A Dcontent_browser_client.cc54 bool ContentBrowserClient::IsHandledURL(const GURL& url) { function in class:content::ContentBrowserClient
H A Dcontent_browser_client.h210 virtual bool IsHandledURL(const GURL& url);
/external/chromium/net/url_request/
H A Durl_request.h268 static bool IsHandledURL(const GURL& url);
H A Durl_request.cc316 bool URLRequest::IsHandledURL(const GURL& url) { function in class:net::URLRequest
H A Durl_request_http_job.cc894 if (!URLRequest::IsHandledURL(location))
/external/chromium_org/chrome/browser/chromeos/drive/
H A Ddrive_url_request_job_unittest.cc60 virtual bool IsHandledURL(const GURL& url) const OVERRIDE {
/external/chromium_org/content/browser/renderer_host/
H A Drender_view_host_unittest.cc30 virtual bool IsHandledURL(const GURL& url) OVERRIDE {
/external/chromium/chrome/browser/tab_contents/
H A Drender_view_context_menu.cc941 net::URLRequest::IsHandledURL(params_.link_url);
945 net::URLRequest::IsHandledURL(params_.src_url);
989 net::URLRequest::IsHandledURL(params_.src_url);
/external/chromium_org/chrome/browser/
H A Dchrome_content_browser_client.h88 virtual bool IsHandledURL(const GURL& url) OVERRIDE;
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_io_data.h86 static bool IsHandledURL(const GURL& url);
/external/chromium_org/content/browser/
H A Dchild_process_security_policy_impl.cc620 if (!GetContentClient()->browser()->IsHandledURL(url) &&
621 !net::URLRequest::IsHandledURL(url)) {
/external/chromium_org/content/browser/loader/
H A Dresource_dispatcher_host_impl.cc516 if (!request_context->job_factory()->IsHandledURL(url)) {
680 if (job_factory->IsHandledURL(url))
1336 request_context->job_factory()->IsHandledURL(url);
/external/chromium/chrome/browser/ui/
H A Dbrowser_init.cc1003 if (!process_startup && !net::URLRequest::IsHandledURL(tabs[i].url))

Completed in 379 milliseconds

12