HomeSort by relevance Sort by last modified time
    Searched refs:IsHandledURL (Results 1 - 25 of 31) sorted by null

1 2

  /external/chromium_org/net/url_request/
protocol_intercept_job_factory.cc 38 bool ProtocolInterceptJobFactory::IsHandledURL(const GURL& url) const {
39 return job_factory_->IsHandledURL(url);
protocol_intercept_job_factory.h 39 virtual bool IsHandledURL(const GURL& url) const OVERRIDE;
url_request_job_factory.h 52 virtual bool IsHandledURL(const GURL& url) const = 0;
url_request_job_factory_impl.h 35 virtual bool IsHandledURL(const GURL& url) const OVERRIDE;
url_request_job_factory_impl.cc 59 bool URLRequestJobFactoryImpl::IsHandledURL(const GURL& url) const {
url_request.h 333 static bool IsHandledURL(const GURL& url);
    [all...]
  /external/chromium_org/android_webview/browser/net/
aw_url_request_job_factory.h 37 virtual bool IsHandledURL(const GURL& url) const OVERRIDE;
aw_url_request_job_factory.cc 36 bool AwURLRequestJobFactory::IsHandledURL(const GURL& url) const {
  /external/chromium_org/content/shell/
shell_content_browser_client.h 47 virtual bool IsHandledURL(const GURL& url) OVERRIDE;
shell_content_browser_client.cc 119 bool ShellContentBrowserClient::IsHandledURL(const GURL& url) {
  /external/chromium_org/chrome/browser/custom_handlers/
protocol_handler_registry.h 116 virtual bool IsHandledURL(const GURL& url) const OVERRIDE;
protocol_handler_registry.cc 200 bool ProtocolHandlerRegistry::JobInterceptorFactory::IsHandledURL(
205 job_factory_->IsHandledURL(url);
  /external/chromium/net/url_request/
url_request.h 268 static bool IsHandledURL(const GURL& url);
url_request.cc 316 bool URLRequest::IsHandledURL(const GURL& url) {
url_request_http_job.cc 894 if (!URLRequest::IsHandledURL(location))
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_view_host_unittest.cc 31 virtual bool IsHandledURL(const GURL& url) OVERRIDE {
  /external/chromium_org/content/public/browser/
content_browser_client.cc 54 bool ContentBrowserClient::IsHandledURL(const GURL& url) {
content_browser_client.h 211 virtual bool IsHandledURL(const GURL& url);
  /external/chromium_org/content/browser/
child_process_security_policy_impl.cc 583 if (!GetContentClient()->browser()->IsHandledURL(url) &&
584 !net::URLRequest::IsHandledURL(url)) {
  /external/chromium_org/chrome/browser/
chrome_content_browser_client.h 87 virtual bool IsHandledURL(const GURL& url) OVERRIDE;
  /external/chromium_org/chrome/browser/chromeos/drive/
drive_url_request_job_unittest.cc 59 virtual bool IsHandledURL(const GURL& url) const OVERRIDE {
  /external/chromium_org/chrome/browser/profiles/
profile_io_data.h 83 static bool IsHandledURL(const GURL& url);
  /external/chromium/chrome/browser/tab_contents/
render_view_context_menu.cc     [all...]
  /external/chromium_org/content/browser/loader/
resource_dispatcher_host_impl.cc 495 if (!request_context->job_factory()->IsHandledURL(url)) {
652 if (job_factory->IsHandledURL(url))
    [all...]
  /external/chromium/chrome/browser/ui/
browser_init.cc     [all...]

Completed in 2696 milliseconds

1 2