HomeSort by relevance Sort by last modified time
    Searched refs:SetProtocolHandler (Results 1 - 20 of 20) sorted by null

  /external/chromium_org/android_webview/browser/net/
aw_url_request_job_factory.cc 60 bool AwURLRequestJobFactory::SetProtocolHandler(
63 return next_factory_->SetProtocolHandler(scheme, protocol_handler);
aw_url_request_context_getter.cc 116 bool set_protocol = job_factory->SetProtocolHandler(
119 set_protocol = job_factory->SetProtocolHandler(
122 set_protocol = job_factory->SetProtocolHandler(
125 set_protocol = job_factory->SetProtocolHandler(
129 set_protocol = job_factory->SetProtocolHandler(
133 set_protocol = job_factory->SetProtocolHandler(
159 // than via SetProtocolHandler.
aw_url_request_job_factory.h 28 bool SetProtocolHandler(const std::string& scheme,
android_stream_reader_url_request_job_unittest.cc 189 bool set_protocol = factory_.SetProtocolHandler("http", protocol_handler);
194 set_protocol = factory_.SetProtocolHandler("content", protocol_handler);
  /external/chromium_org/net/url_request/
url_request_job_factory_impl_unittest.cc 75 job_factory.SetProtocolHandler("foo", new DummyProtocolHandler);
88 job_factory.SetProtocolHandler("foo", new DummyProtocolHandler);
89 job_factory.SetProtocolHandler("foo", NULL);
url_request_job_factory_impl.h 26 bool SetProtocolHandler(const std::string& scheme,
url_request_job_factory_impl.cc 20 bool URLRequestJobFactoryImpl::SetProtocolHandler(
url_request_context_builder.cc 302 job_factory->SetProtocolHandler("data", new DataProtocolHandler);
304 job_factory->SetProtocolHandler("file", new FileProtocolHandler);
309 job_factory->SetProtocolHandler("ftp",
url_request_ftp_job_unittest.cc 39 job_factory->SetProtocolHandler("ftp", ftp_protocol_handler_);
url_request_unittest.cc 593 job_factory_.SetProtocolHandler("data", new DataProtocolHandler);
594 job_factory_.SetProtocolHandler("file", new FileProtocolHandler);
603 job_factory_.SetProtocolHandler("http", NULL);
604 job_factory_.SetProtocolHandler("http", protocol_handler_);
    [all...]
  /external/chromium_org/chrome/browser/extensions/
extension_protocols_unittest.cc 106 void SetProtocolHandler(bool incognito) {
109 job_factory_.SetProtocolHandler(
142 SetProtocolHandler(true);
209 SetProtocolHandler(false);
239 SetProtocolHandler(false);
  /external/chromium_org/webkit/browser/blob/
mock_blob_url_request_context.cc 50 job_factory_.SetProtocolHandler(
blob_url_request_job_unittest.cc 159 url_request_job_factory_.SetProtocolHandler("blob",
  /external/chromium_org/content/shell/
shell_url_request_context_getter.cc 50 bool set_protocol = job_factory->SetProtocolHandler(
204 bool set_protocol = job_factory->SetProtocolHandler(
208 set_protocol = job_factory->SetProtocolHandler(
  /external/chromium_org/chrome/browser/profiles/
profile_io_data.cc 541 bool set_protocol = job_factory->SetProtocolHandler(
837 bool set_protocol = job_factory->SetProtocolHandler(
842 set_protocol = job_factory->SetProtocolHandler(
847 set_protocol = job_factory->SetProtocolHandler(
851 set_protocol = job_factory->SetProtocolHandler(
    [all...]
  /external/chromium_org/content/browser/streams/
stream_url_request_job_unittest.cc 57 url_request_job_factory_.SetProtocolHandler(
  /external/chromium_org/webkit/browser/appcache/
appcache_update_job_unittest.cc 572 factory->SetProtocolHandler("http", new MockHttpServerJobFactory);
573 factory->SetProtocolHandler("https", new MockHttpServerJobFactory);
790 new_factory->SetProtocolHandler("http", new RedirectFactory);
    [all...]
  /external/chromium_org/chrome/browser/
io_thread.cc 595 job_factory->SetProtocolHandler(chrome::kDataScheme,
597 job_factory->SetProtocolHandler(chrome::kFileScheme,
602 job_factory->SetProtocolHandler(
    [all...]
  /external/chromium_org/net/proxy/
proxy_script_fetcher_impl_unittest.cc 74 job_factory->SetProtocolHandler("file", new FileProtocolHandler());
  /external/chromium_org/chrome/browser/extensions/api/web_request/
web_request_api_unittest.cc 233 job_factory.SetProtocolHandler(
    [all...]

Completed in 485 milliseconds