Home
last modified time | relevance | path

Searched refs:protocol_handlers (Results 1 – 25 of 42) sorted by relevance

12

/external/chromium_org/chrome/browser/net/
Dchrome_url_request_context.cc45 content::ProtocolHandlerMap* protocol_handlers) in FactoryForMain() argument
47 std::swap(protocol_handlers_, *protocol_handlers); in FactoryForMain()
83 content::ProtocolHandlerMap* protocol_handlers) in FactoryForIsolatedApp() argument
88 std::swap(protocol_handlers_, *protocol_handlers); in FactoryForIsolatedApp()
199 content::ProtocolHandlerMap* protocol_handlers) { in Create() argument
201 new FactoryForMain(profile_io_data, protocol_handlers)); in Create()
228 content::ProtocolHandlerMap* protocol_handlers) { in CreateForIsolatedApp() argument
235 protocol_handlers)); in CreateForIsolatedApp()
Dchrome_url_request_context.h95 content::ProtocolHandlerMap* protocol_handlers);
116 content::ProtocolHandlerMap* protocol_handlers);
/external/chromium_org/android_webview/browser/net/
Daw_url_request_context_getter.cc92 content::ProtocolHandlerMap* protocol_handlers) { in CreateJobFactory() argument
105 chrome::kBlobScheme, (*protocol_handlers)[chrome::kBlobScheme].release()); in CreateJobFactory()
109 (*protocol_handlers)[chrome::kFileSystemScheme].release()); in CreateJobFactory()
113 (*protocol_handlers)[chrome::kChromeUIScheme].release()); in CreateJobFactory()
117 (*protocol_handlers)[chrome::kChromeDevToolsScheme].release()); in CreateJobFactory()
119 protocol_handlers->clear(); in CreateJobFactory()
235 content::ProtocolHandlerMap* protocol_handlers) { in SetProtocolHandlers() argument
236 std::swap(protocol_handlers_, *protocol_handlers); in SetProtocolHandlers()
/external/chromium_org/chrome/browser/profiles/
Doff_the_record_profile_io_data.cc73 content::ProtocolHandlerMap* protocol_handlers) const { in CreateMainRequestContextGetter()
83 profile_, io_data_, protocol_handlers); in CreateMainRequestContextGetter()
118 content::ProtocolHandlerMap* protocol_handlers) const { in CreateIsolatedAppRequestContextGetter()
134 protocol_handlers); in CreateIsolatedAppRequestContextGetter()
164 content::ProtocolHandlerMap* protocol_handlers) const { in InitializeInternal()
223 InstallProtocolHandlers(main_job_factory.get(), protocol_handlers); in InitializeInternal()
284 content::ProtocolHandlerMap* protocol_handlers) const { in InitializeAppRequestContext()
307 InstallProtocolHandlers(job_factory.get(), protocol_handlers); in InitializeAppRequestContext()
337 content::ProtocolHandlerMap* protocol_handlers) const { in AcquireIsolatedAppRequestContext()
342 protocol_handlers); in AcquireIsolatedAppRequestContext()
Doff_the_record_profile_io_data.h52 content::ProtocolHandlerMap* protocol_handlers) const;
63 content::ProtocolHandlerMap* protocol_handlers) const;
107 content::ProtocolHandlerMap* protocol_handlers) const OVERRIDE;
115 content::ProtocolHandlerMap* protocol_handlers) const OVERRIDE;
127 content::ProtocolHandlerMap* protocol_handlers) const OVERRIDE;
Dprofile_impl_io_data.h58 content::ProtocolHandlerMap* protocol_handlers,
65 content::ProtocolHandlerMap* protocol_handlers) const;
149 content::ProtocolHandlerMap* protocol_handlers) const OVERRIDE;
157 content::ProtocolHandlerMap* protocol_handlers) const OVERRIDE;
169 content::ProtocolHandlerMap* protocol_handlers) const OVERRIDE;
Dprofile_impl_io_data.cc214 content::ProtocolHandlerMap* protocol_handlers, in CreateMainRequestContextGetter() argument
221 profile_, io_data_, protocol_handlers); in CreateMainRequestContextGetter()
262 content::ProtocolHandlerMap* protocol_handlers) const { in CreateIsolatedAppRequestContextGetter()
284 protocol_handlers); in CreateIsolatedAppRequestContextGetter()
383 content::ProtocolHandlerMap* protocol_handlers) const { in InitializeInternal()
504 InstallProtocolHandlers(main_job_factory.get(), protocol_handlers); in InitializeInternal()
574 content::ProtocolHandlerMap* protocol_handlers) const { in InitializeAppRequestContext()
642 InstallProtocolHandlers(job_factory.get(), protocol_handlers); in InitializeAppRequestContext()
717 content::ProtocolHandlerMap* protocol_handlers) const { in AcquireIsolatedAppRequestContext()
722 protocol_handlers); in AcquireIsolatedAppRequestContext()
Dprofile_io_data.h93 content::ProtocolHandlerMap* protocol_handlers);
101 void Init(content::ProtocolHandlerMap* protocol_handlers) const;
111 content::ProtocolHandlerMap* protocol_handlers) const;
414 content::ProtocolHandlerMap* protocol_handlers) const = 0;
426 content::ProtocolHandlerMap* protocol_handlers) const = 0;
444 content::ProtocolHandlerMap* protocol_handlers) const = 0;
Doff_the_record_profile_impl.cc265 content::ProtocolHandlerMap* protocol_handlers) { in CreateRequestContext() argument
266 return io_data_.CreateMainRequestContextGetter(protocol_handlers).get(); in CreateRequestContext()
333 content::ProtocolHandlerMap* protocol_handlers) { in CreateRequestContextForStoragePartition() argument
335 partition_path, in_memory, protocol_handlers).get(); in CreateRequestContextForStoragePartition()
Doff_the_record_profile_impl.h52 content::ProtocolHandlerMap* protocol_handlers) OVERRIDE;
56 content::ProtocolHandlerMap* protocol_handlers) OVERRIDE;
/external/chromium_org/content/shell/browser/
Dshell_url_request_context_getter.cc46 ProtocolHandlerMap* protocol_handlers) { in InstallProtocolHandlers() argument
48 protocol_handlers->begin(); in InstallProtocolHandlers()
49 it != protocol_handlers->end(); in InstallProtocolHandlers()
55 protocol_handlers->clear(); in InstallProtocolHandlers()
65 ProtocolHandlerMap* protocol_handlers, in ShellURLRequestContextGetter() argument
75 std::swap(protocol_handlers_, *protocol_handlers); in ShellURLRequestContextGetter()
Dshell_browser_context.cc142 ProtocolHandlerMap* protocol_handlers) { in CreateRequestContext() argument
149 protocol_handlers, in CreateRequestContext()
206 ProtocolHandlerMap* protocol_handlers) { in CreateRequestContextForStoragePartition() argument
Dshell_content_browser_client.cc157 ProtocolHandlerMap* protocol_handlers) { in CreateRequestContext() argument
160 return shell_browser_context->CreateRequestContext(protocol_handlers); in CreateRequestContext()
168 ProtocolHandlerMap* protocol_handlers) { in CreateRequestContextForStoragePartition() argument
172 partition_path, in_memory, protocol_handlers); in CreateRequestContextForStoragePartition()
Dshell_browser_context.h63 ProtocolHandlerMap* protocol_handlers);
67 ProtocolHandlerMap* protocol_handlers);
Dshell_content_browser_client.h39 ProtocolHandlerMap* protocol_handlers) OVERRIDE;
44 ProtocolHandlerMap* protocol_handlers) OVERRIDE;
/external/chromium_org/apps/shell/
Dshell_content_browser_client.cc29 content::ProtocolHandlerMap* protocol_handlers) { in CreateRequestContext() argument
32 protocol_handlers); in CreateRequestContext()
Dshell_content_browser_client.h24 content::ProtocolHandlerMap* protocol_handlers) OVERRIDE;
/external/chromium_org/ui/views/examples/content_client/
Dexamples_content_browser_client.cc29 content::ProtocolHandlerMap* protocol_handlers) { in CreateRequestContext() argument
32 return shell_context->CreateRequestContext(protocol_handlers); in CreateRequestContext()
/external/chromium_org/ash/shell/content_client/
Dshell_content_browser_client.cc29 content::ProtocolHandlerMap* protocol_handlers) { in CreateRequestContext() argument
32 return shell_context->CreateRequestContext(protocol_handlers); in CreateRequestContext()
/external/chromium_org/content/browser/
Dstorage_partition_impl_map.cc378 ProtocolHandlerMap protocol_handlers; in Get() local
379 protocol_handlers[chrome::kBlobScheme] = in Get()
384 protocol_handlers[chrome::kFileSystemScheme] = in Get()
387 protocol_handlers[chrome::kChromeUIScheme] = in Get()
401 protocol_handlers[*it] = in Get()
409 protocol_handlers[chrome::kChromeDevToolsScheme] = in Get()
419 &protocol_handlers)); in Get()
424 &protocol_handlers)); in Get()
/external/chromium_org/android_webview/browser/
Daw_browser_context.cc91 content::ProtocolHandlerMap* protocol_handlers) { in CreateRequestContext() argument
98 url_request_context_getter_->SetProtocolHandlers(protocol_handlers); in CreateRequestContext()
106 content::ProtocolHandlerMap* protocol_handlers) { in CreateRequestContextForStoragePartition() argument
Daw_content_browser_client.cc205 content::ProtocolHandlerMap* protocol_handlers) { in CreateRequestContext() argument
207 return browser_context_->CreateRequestContext(protocol_handlers); in CreateRequestContext()
215 content::ProtocolHandlerMap* protocol_handlers) { in CreateRequestContextForStoragePartition() argument
218 partition_path, in_memory, protocol_handlers); in CreateRequestContextForStoragePartition()
Daw_browser_context.h68 content::ProtocolHandlerMap* protocol_handlers);
72 content::ProtocolHandlerMap* protocol_handlers);
/external/chromium_org/chrome/browser/ui/app_list/test/
Dfake_profile.cc155 content::ProtocolHandlerMap* protocol_handlers) { in CreateRequestContext() argument
163 content::ProtocolHandlerMap* protocol_handlers) { in CreateRequestContextForStoragePartition() argument
Dfake_profile.h82 content::ProtocolHandlerMap* protocol_handlers) OVERRIDE;
86 content::ProtocolHandlerMap* protocol_handlers) OVERRIDE;

12