OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ProtocolHandlerMap
(Results
1 - 25
of
47
) sorted by null
1
2
/external/chromium_org/net/url_request/
url_request_job_factory_impl.h
39
typedef std::map<std::string, ProtocolHandler*>
ProtocolHandlerMap
;
41
ProtocolHandlerMap
protocol_handler_map_;
url_request_job_factory_impl.cc
26
ProtocolHandlerMap
::iterator it = protocol_handler_map_.find(scheme);
46
ProtocolHandlerMap
::const_iterator it = protocol_handler_map_.find(scheme);
74
ProtocolHandlerMap
::const_iterator it = protocol_handler_map_.find(
/external/chromium_org/apps/shell/
shell_content_browser_client.cc
29
content::
ProtocolHandlerMap
* protocol_handlers) {
shell_content_browser_client.h
24
content::
ProtocolHandlerMap
* protocol_handlers) OVERRIDE;
/external/chromium_org/chrome/browser/profiles/
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;
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;
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;
off_the_record_profile_io_data.cc
73
content::
ProtocolHandlerMap
* protocol_handlers) const {
118
content::
ProtocolHandlerMap
* protocol_handlers) const {
164
content::
ProtocolHandlerMap
* protocol_handlers) const {
284
content::
ProtocolHandlerMap
* protocol_handlers) const {
337
content::
ProtocolHandlerMap
* protocol_handlers) const {
off_the_record_profile_impl.h
52
content::
ProtocolHandlerMap
* protocol_handlers) OVERRIDE;
56
content::
ProtocolHandlerMap
* protocol_handlers) OVERRIDE;
/external/chromium/chrome/browser/custom_handlers/
protocol_handler_registry.h
68
typedef std::map<std::string, ProtocolHandler*>
ProtocolHandlerMap
;
84
ProtocolHandlerMap
protocolHandlers_;
protocol_handler_registry.cc
67
ProtocolHandlerMap
::const_iterator i = protocolHandlers_.find(scheme);
112
for (
ProtocolHandlerMap
::iterator i = protocolHandlers_.begin();
/external/chromium_org/android_webview/browser/net/
aw_url_request_context_getter.h
51
void SetProtocolHandlers(content::
ProtocolHandlerMap
* protocol_handlers);
64
content::
ProtocolHandlerMap
protocol_handlers_;
/external/chromium_org/content/shell/browser/
shell_url_request_context_getter.h
38
ProtocolHandlerMap
* protocol_handlers,
62
ProtocolHandlerMap
protocol_handlers_;
shell_browser_context.h
63
ProtocolHandlerMap
* protocol_handlers);
67
ProtocolHandlerMap
* protocol_handlers);
shell_content_browser_client.h
39
ProtocolHandlerMap
* protocol_handlers) OVERRIDE;
44
ProtocolHandlerMap
* protocol_handlers) OVERRIDE;
/external/chromium_org/ash/shell/content_client/
shell_content_browser_client.h
34
content::
ProtocolHandlerMap
* protocol_handlers) OVERRIDE;
shell_content_browser_client.cc
29
content::
ProtocolHandlerMap
* protocol_handlers) {
/external/chromium_org/ui/views/examples/content_client/
examples_content_browser_client.cc
29
content::
ProtocolHandlerMap
* protocol_handlers) {
examples_content_browser_client.h
33
content::
ProtocolHandlerMap
* protocol_handlers) OVERRIDE;
/external/chromium_org/chrome/browser/net/
chrome_url_request_context.cc
45
content::
ProtocolHandlerMap
* protocol_handlers)
57
content::
ProtocolHandlerMap
protocol_handlers_;
83
content::
ProtocolHandlerMap
* protocol_handlers)
111
content::
ProtocolHandlerMap
protocol_handlers_;
199
content::
ProtocolHandlerMap
* protocol_handlers) {
228
content::
ProtocolHandlerMap
* protocol_handlers) {
chrome_url_request_context.h
95
content::
ProtocolHandlerMap
* protocol_handlers);
116
content::
ProtocolHandlerMap
* protocol_handlers);
/external/chromium_org/android_webview/browser/
aw_browser_context.h
68
content::
ProtocolHandlerMap
* protocol_handlers);
72
content::
ProtocolHandlerMap
* protocol_handlers);
aw_browser_context.cc
91
content::
ProtocolHandlerMap
* protocol_handlers) {
106
content::
ProtocolHandlerMap
* protocol_handlers) {
/external/chromium_org/chrome/browser/ui/app_list/test/
fake_profile.h
82
content::
ProtocolHandlerMap
* protocol_handlers) OVERRIDE;
86
content::
ProtocolHandlerMap
* protocol_handlers) OVERRIDE;
/external/chromium_org/chrome/browser/custom_handlers/
protocol_handler_registry.h
130
typedef std::map<std::string, ProtocolHandler>
ProtocolHandlerMap
;
307
ProtocolHandlerMap
default_handlers_;
Completed in 225 milliseconds
1
2