OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ProtocolHandlerMap
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/custom_handlers/
protocol_handler_registry.h
68
typedef std::map<std::string, ProtocolHandler*>
ProtocolHandlerMap
;
84
ProtocolHandlerMap
protocolHandlers_;
/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_;
/external/chromium_org/chrome/browser/custom_handlers/
protocol_handler_registry.h
130
typedef std::map<std::string, ProtocolHandler>
ProtocolHandlerMap
;
307
ProtocolHandlerMap
default_handlers_;
/external/chromium_org/content/public/browser/
content_browser_client.h
106
ProtocolHandlerMap
;
197
ProtocolHandlerMap
* protocol_handlers);
206
ProtocolHandlerMap
* protocol_handlers);
Completed in 53 milliseconds