Home
last modified time | relevance | path

Searched refs:ProtocolHandlerMap (Results 1 – 25 of 47) sorted by relevance

12

/external/chromium_org/chrome/browser/profiles/
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_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_io_data.cc73 content::ProtocolHandlerMap* protocol_handlers) const { in CreateMainRequestContextGetter()
118 content::ProtocolHandlerMap* protocol_handlers) const { in CreateIsolatedAppRequestContextGetter()
164 content::ProtocolHandlerMap* protocol_handlers) const { in InitializeInternal()
284 content::ProtocolHandlerMap* protocol_handlers) const { in InitializeAppRequestContext()
337 content::ProtocolHandlerMap* protocol_handlers) const { in AcquireIsolatedAppRequestContext()
Doff_the_record_profile_impl.h52 content::ProtocolHandlerMap* protocol_handlers) OVERRIDE;
56 content::ProtocolHandlerMap* protocol_handlers) OVERRIDE;
/external/chromium_org/chrome/browser/net/
Dchrome_url_request_context.cc45 content::ProtocolHandlerMap* protocol_handlers) in FactoryForMain()
57 content::ProtocolHandlerMap protocol_handlers_;
83 content::ProtocolHandlerMap* protocol_handlers) in FactoryForIsolatedApp()
111 content::ProtocolHandlerMap protocol_handlers_;
199 content::ProtocolHandlerMap* protocol_handlers) { in Create()
228 content::ProtocolHandlerMap* protocol_handlers) { in CreateForIsolatedApp()
Dchrome_url_request_context.h95 content::ProtocolHandlerMap* protocol_handlers);
116 content::ProtocolHandlerMap* protocol_handlers);
/external/chromium_org/net/url_request/
Durl_request_job_factory_impl.cc26 ProtocolHandlerMap::iterator it = protocol_handler_map_.find(scheme); in SetProtocolHandler()
46 ProtocolHandlerMap::const_iterator it = protocol_handler_map_.find(scheme); in MaybeCreateJobWithProtocolHandler()
74 ProtocolHandlerMap::const_iterator it = protocol_handler_map_.find( in IsSafeRedirectTarget()
Durl_request_job_factory_impl.h39 typedef std::map<std::string, ProtocolHandler*> ProtocolHandlerMap; typedef
41 ProtocolHandlerMap protocol_handler_map_;
/external/chromium/chrome/browser/custom_handlers/
Dprotocol_handler_registry.h68 typedef std::map<std::string, ProtocolHandler*> ProtocolHandlerMap; typedef
84 ProtocolHandlerMap protocolHandlers_;
Dprotocol_handler_registry.cc67 ProtocolHandlerMap::const_iterator i = protocolHandlers_.find(scheme); in GetHandlerFor()
112 for (ProtocolHandlerMap::iterator i = protocolHandlers_.begin(); in Encode()
/external/chromium_org/android_webview/browser/net/
Daw_url_request_context_getter.h51 void SetProtocolHandlers(content::ProtocolHandlerMap* protocol_handlers);
64 content::ProtocolHandlerMap protocol_handlers_;
/external/chromium_org/content/shell/browser/
Dshell_url_request_context_getter.h38 ProtocolHandlerMap* protocol_handlers,
62 ProtocolHandlerMap protocol_handlers_;
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;
Dshell_url_request_context_getter.cc46 ProtocolHandlerMap* protocol_handlers) { in InstallProtocolHandlers()
47 for (ProtocolHandlerMap::iterator it = in InstallProtocolHandlers()
65 ProtocolHandlerMap* protocol_handlers, in ShellURLRequestContextGetter()
Dshell_browser_context.cc142 ProtocolHandlerMap* protocol_handlers) { in CreateRequestContext()
206 ProtocolHandlerMap* protocol_handlers) { in CreateRequestContextForStoragePartition()
/external/chromium_org/android_webview/browser/
Daw_browser_context.h68 content::ProtocolHandlerMap* protocol_handlers);
72 content::ProtocolHandlerMap* protocol_handlers);
Daw_browser_context.cc91 content::ProtocolHandlerMap* protocol_handlers) { in CreateRequestContext()
106 content::ProtocolHandlerMap* protocol_handlers) { in CreateRequestContextForStoragePartition()
/external/chromium_org/chrome/browser/ui/app_list/test/
Dfake_profile.cc155 content::ProtocolHandlerMap* protocol_handlers) { in CreateRequestContext()
163 content::ProtocolHandlerMap* protocol_handlers) { in CreateRequestContextForStoragePartition()
Dfake_profile.h82 content::ProtocolHandlerMap* protocol_handlers) OVERRIDE;
86 content::ProtocolHandlerMap* protocol_handlers) OVERRIDE;
/external/chromium_org/chrome/browser/custom_handlers/
Dprotocol_handler_registry.cc33 const ProtocolHandlerRegistry::ProtocolHandlerMap& handler_map, in LookupHandler()
35 ProtocolHandlerRegistry::ProtocolHandlerMap::const_iterator p = in LookupHandler()
105 ProtocolHandlerRegistry::ProtocolHandlerMap default_handlers_;
471 for (ProtocolHandlerMap::const_iterator p = default_handlers_.begin(); in InitProtocolSettings()
622 ProtocolHandlerMap::iterator q = default_handlers_.find(handler.protocol()); in RemoveHandler()
669 ProtocolHandlerMap::const_iterator p; in Enable()
688 ProtocolHandlerMap::const_iterator p; in Disable()
765 ProtocolHandlerMap::const_iterator p = default_handlers_.find( in SetDefault()
/external/chromium_org/apps/shell/
Dshell_content_browser_client.cc29 content::ProtocolHandlerMap* 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()

12