/external/chromium_org/chrome/browser/net/ |
D | chrome_url_request_context.cc | 45 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()
|
D | chrome_url_request_context.h | 95 content::ProtocolHandlerMap* protocol_handlers); 116 content::ProtocolHandlerMap* protocol_handlers);
|
/external/chromium_org/android_webview/browser/net/ |
D | aw_url_request_context_getter.cc | 92 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/ |
D | off_the_record_profile_io_data.cc | 73 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()
|
D | off_the_record_profile_io_data.h | 52 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;
|
D | profile_impl_io_data.h | 58 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;
|
D | profile_impl_io_data.cc | 214 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()
|
D | profile_io_data.h | 93 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;
|
D | off_the_record_profile_impl.cc | 265 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()
|
D | off_the_record_profile_impl.h | 52 content::ProtocolHandlerMap* protocol_handlers) OVERRIDE; 56 content::ProtocolHandlerMap* protocol_handlers) OVERRIDE;
|
/external/chromium_org/content/shell/browser/ |
D | shell_url_request_context_getter.cc | 46 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()
|
D | shell_browser_context.cc | 142 ProtocolHandlerMap* protocol_handlers) { in CreateRequestContext() argument 149 protocol_handlers, in CreateRequestContext() 206 ProtocolHandlerMap* protocol_handlers) { in CreateRequestContextForStoragePartition() argument
|
D | shell_content_browser_client.cc | 157 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()
|
D | shell_browser_context.h | 63 ProtocolHandlerMap* protocol_handlers); 67 ProtocolHandlerMap* protocol_handlers);
|
D | shell_content_browser_client.h | 39 ProtocolHandlerMap* protocol_handlers) OVERRIDE; 44 ProtocolHandlerMap* protocol_handlers) OVERRIDE;
|
/external/chromium_org/apps/shell/ |
D | shell_content_browser_client.cc | 29 content::ProtocolHandlerMap* protocol_handlers) { in CreateRequestContext() argument 32 protocol_handlers); in CreateRequestContext()
|
D | shell_content_browser_client.h | 24 content::ProtocolHandlerMap* protocol_handlers) OVERRIDE;
|
/external/chromium_org/ui/views/examples/content_client/ |
D | examples_content_browser_client.cc | 29 content::ProtocolHandlerMap* protocol_handlers) { in CreateRequestContext() argument 32 return shell_context->CreateRequestContext(protocol_handlers); in CreateRequestContext()
|
/external/chromium_org/ash/shell/content_client/ |
D | shell_content_browser_client.cc | 29 content::ProtocolHandlerMap* protocol_handlers) { in CreateRequestContext() argument 32 return shell_context->CreateRequestContext(protocol_handlers); in CreateRequestContext()
|
/external/chromium_org/content/browser/ |
D | storage_partition_impl_map.cc | 378 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/ |
D | aw_browser_context.cc | 91 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
|
D | aw_content_browser_client.cc | 205 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()
|
D | aw_browser_context.h | 68 content::ProtocolHandlerMap* protocol_handlers); 72 content::ProtocolHandlerMap* protocol_handlers);
|
/external/chromium_org/chrome/browser/ui/app_list/test/ |
D | fake_profile.cc | 155 content::ProtocolHandlerMap* protocol_handlers) { in CreateRequestContext() argument 163 content::ProtocolHandlerMap* protocol_handlers) { in CreateRequestContextForStoragePartition() argument
|
D | fake_profile.h | 82 content::ProtocolHandlerMap* protocol_handlers) OVERRIDE; 86 content::ProtocolHandlerMap* protocol_handlers) OVERRIDE;
|