/external/chromium_org/android_webview/browser/net/ |
H A D | aw_url_request_job_factory.cc | 60 bool AwURLRequestJobFactory::SetProtocolHandler( function in class:android_webview::AwURLRequestJobFactory 63 return next_factory_->SetProtocolHandler(scheme, protocol_handler);
|
H A D | aw_url_request_job_factory.h | 28 bool SetProtocolHandler(const std::string& scheme,
|
H A D | aw_url_request_context_getter.cc | 112 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 D | android_stream_reader_url_request_job_unittest.cc | 226 bool set_protocol = factory_.SetProtocolHandler("http", protocol_handler); 231 set_protocol = factory_.SetProtocolHandler("content", protocol_handler);
|
/external/chromium_org/net/url_request/ |
H A D | url_request_job_factory_impl_unittest.cc | 78 job_factory.SetProtocolHandler("foo", new DummyProtocolHandler); 92 job_factory.SetProtocolHandler("foo", new DummyProtocolHandler); 93 job_factory.SetProtocolHandler("foo", NULL);
|
H A D | url_request_job_factory_impl.h | 28 bool SetProtocolHandler(const std::string& scheme,
|
H A D | url_request_job_factory_impl.cc | 27 bool URLRequestJobFactoryImpl::SetProtocolHandler( function in class:net::URLRequestJobFactoryImpl
|
H A D | url_request_context_builder.cc | 391 job_factory->SetProtocolHandler("data", new DataProtocolHandler); 395 job_factory->SetProtocolHandler( 405 job_factory->SetProtocolHandler("ftp",
|
H A D | url_request_simple_job_unittest.cc | 66 job_factory_.SetProtocolHandler("data", new SimpleJobProtocolHandler());
|
H A D | url_request_ftp_job_unittest.cc | 44 job_factory->SetProtocolHandler("ftp", ftp_protocol_handler_);
|
/external/chromium_org/content/public/test/ |
H A D | mock_blob_url_request_context.cc | 19 job_factory_.SetProtocolHandler(
|
/external/chromium_org/chrome/browser/extensions/ |
H A D | extension_protocols_unittest.cc | 118 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 D | shell_url_request_context_getter.cc | 53 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 D | service_worker_url_request_job_unittest.cc | 126 url_request_job_factory_->SetProtocolHandler( 130 url_request_job_factory_->SetProtocolHandler(
|
H A D | service_worker_cache_unittest.cc | 57 url_request_job_factory_->SetProtocolHandler(
|
/external/chromium_org/chromecast/shell/browser/ |
H A D | url_request_context_factory.cc | 236 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 D | stream_url_request_job_unittest.cc | 59 url_request_job_factory_.SetProtocolHandler(
|
/external/chromium_org/remoting/host/ |
H A D | token_validator_factory_impl_unittest.cc | 60 factory->SetProtocolHandler(
|
/external/chromium_org/chrome/browser/profiles/ |
H A D | profile_io_data.cc | 733 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 D | appcache_update_job_unittest.cc | 575 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 D | data_reduction_proxy_usage_stats_unittest.cc | 64 EXPECT_TRUE(test_job_factory_.SetProtocolHandler(url::kHttpScheme,
|
/external/chromium_org/chrome/browser/ |
H A D | io_thread.cc | 692 job_factory->SetProtocolHandler(url::kDataScheme, 694 job_factory->SetProtocolHandler( 703 job_factory->SetProtocolHandler(
|
/external/chromium_org/content/browser/fileapi/ |
H A D | blob_url_request_job_unittest.cc | 101 url_request_job_factory_.SetProtocolHandler("blob",
|
/external/chromium_org/net/proxy/ |
H A D | proxy_script_fetcher_impl_unittest.cc | 81 job_factory->SetProtocolHandler(
|
/external/chromium_org/content/browser/loader/ |
H A D | resource_loader_unittest.cc | 292 job_factory_.SetProtocolHandler(
|