Searched refs:SetProtocolHandler (Results 1 - 25 of 28) sorted by relevance

12

/external/chromium_org/android_webview/browser/net/
H A Daw_url_request_job_factory.cc60 bool AwURLRequestJobFactory::SetProtocolHandler( function in class:android_webview::AwURLRequestJobFactory
63 return next_factory_->SetProtocolHandler(scheme, protocol_handler);
H A Daw_url_request_job_factory.h28 bool SetProtocolHandler(const std::string& scheme,
H A Daw_url_request_context_getter.cc112 bool set_protocol = aw_job_factory->SetProtocolHandler(
119 set_protocol = aw_job_factory->SetProtocolHandler(
122 set_protocol = aw_job_factory->SetProtocolHandler(
126 set_protocol = aw_job_factory->SetProtocolHandler(
130 set_protocol = aw_job_factory->SetProtocolHandler(
134 set_protocol = aw_job_factory->SetProtocolHandler(
H A Dandroid_stream_reader_url_request_job_unittest.cc226 bool set_protocol = factory_.SetProtocolHandler("http", protocol_handler);
231 set_protocol = factory_.SetProtocolHandler("content", protocol_handler);
/external/chromium_org/net/url_request/
H A Durl_request_job_factory_impl_unittest.cc78 job_factory.SetProtocolHandler("foo", new DummyProtocolHandler);
92 job_factory.SetProtocolHandler("foo", new DummyProtocolHandler);
93 job_factory.SetProtocolHandler("foo", NULL);
H A Durl_request_job_factory_impl.h28 bool SetProtocolHandler(const std::string& scheme,
H A Durl_request_job_factory_impl.cc27 bool URLRequestJobFactoryImpl::SetProtocolHandler( function in class:net::URLRequestJobFactoryImpl
H A Durl_request_context_builder.cc391 job_factory->SetProtocolHandler("data", new DataProtocolHandler);
395 job_factory->SetProtocolHandler(
405 job_factory->SetProtocolHandler("ftp",
H A Durl_request_simple_job_unittest.cc66 job_factory_.SetProtocolHandler("data", new SimpleJobProtocolHandler());
H A Durl_request_ftp_job_unittest.cc44 job_factory->SetProtocolHandler("ftp", ftp_protocol_handler_);
/external/chromium_org/content/public/test/
H A Dmock_blob_url_request_context.cc19 job_factory_.SetProtocolHandler(
/external/chromium_org/chrome/browser/extensions/
H A Dextension_protocols_unittest.cc118 void SetProtocolHandler(bool is_incognito) { function in class:extensions::ExtensionProtocolTest
121 job_factory_.SetProtocolHandler(
157 SetProtocolHandler(true);
240 SetProtocolHandler(false);
281 SetProtocolHandler(false);
321 SetProtocolHandler(false);
/external/chromium_org/content/shell/browser/
H A Dshell_url_request_context_getter.cc53 bool set_protocol = job_factory->SetProtocolHandler(
209 bool set_protocol = job_factory->SetProtocolHandler(
213 set_protocol = job_factory->SetProtocolHandler(
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_url_request_job_unittest.cc126 url_request_job_factory_->SetProtocolHandler(
130 url_request_job_factory_->SetProtocolHandler(
H A Dservice_worker_cache_unittest.cc57 url_request_job_factory_->SetProtocolHandler(
/external/chromium_org/chromecast/shell/browser/
H A Durl_request_context_factory.cc236 set_protocol = job_factory->SetProtocolHandler(
240 set_protocol = job_factory->SetProtocolHandler(
245 set_protocol = job_factory->SetProtocolHandler(
/external/chromium_org/content/browser/streams/
H A Dstream_url_request_job_unittest.cc59 url_request_job_factory_.SetProtocolHandler(
/external/chromium_org/remoting/host/
H A Dtoken_validator_factory_impl_unittest.cc60 factory->SetProtocolHandler(
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_io_data.cc733 bool set_protocol = job_factory->SetProtocolHandler(
1119 bool set_protocol = job_factory->SetProtocolHandler(
1131 set_protocol = job_factory->SetProtocolHandler(
1136 set_protocol = job_factory->SetProtocolHandler(
1141 set_protocol = job_factory->SetProtocolHandler(
1146 set_protocol = job_factory->SetProtocolHandler(
1153 job_factory->SetProtocolHandler(
1157 job_factory->SetProtocolHandler(
/external/chromium_org/content/browser/appcache/
H A Dappcache_update_job_unittest.cc575 factory->SetProtocolHandler("http", new MockHttpServerJobFactory);
576 factory->SetProtocolHandler("https", new MockHttpServerJobFactory);
793 new_factory->SetProtocolHandler("http", new RedirectFactory);
1679 new_factory->SetProtocolHandler("http", new RetryRequestTestJobFactory);
1713 new_factory->SetProtocolHandler("http", new RetryRequestTestJobFactory);
1748 new_factory->SetProtocolHandler("http", new RetryRequestTestJobFactory);
1782 new_factory->SetProtocolHandler("http", new RetryRequestTestJobFactory);
1816 new_factory->SetProtocolHandler("http", new RetryRequestTestJobFactory);
2691 new_factory->SetProtocolHandler("http", new IfModifiedSinceJobFactory);
2762 new_factory->SetProtocolHandler("htt
[all...]
/external/chromium_org/components/data_reduction_proxy/browser/
H A Ddata_reduction_proxy_usage_stats_unittest.cc64 EXPECT_TRUE(test_job_factory_.SetProtocolHandler(url::kHttpScheme,
/external/chromium_org/chrome/browser/
H A Dio_thread.cc692 job_factory->SetProtocolHandler(url::kDataScheme,
694 job_factory->SetProtocolHandler(
703 job_factory->SetProtocolHandler(
/external/chromium_org/content/browser/fileapi/
H A Dblob_url_request_job_unittest.cc101 url_request_job_factory_.SetProtocolHandler("blob",
/external/chromium_org/net/proxy/
H A Dproxy_script_fetcher_impl_unittest.cc81 job_factory->SetProtocolHandler(
/external/chromium_org/content/browser/loader/
H A Dresource_loader_unittest.cc292 job_factory_.SetProtocolHandler(

Completed in 3322 milliseconds

12