Searched defs:ProtocolHandlerMap (Results 1 - 3 of 3) sorted by path

/external/chromium_org/chrome/browser/custom_handlers/
H A Dprotocol_handler_registry.h134 typedef std::map<std::string, ProtocolHandler> ProtocolHandlerMap; typedef in class:ProtocolHandlerRegistry
358 ProtocolHandlerMap default_handlers_;
/external/chromium_org/content/public/browser/
H A Dcontent_browser_client.h116 ProtocolHandlerMap; typedef in namespace:content
182 ProtocolHandlerMap* protocol_handlers,
192 ProtocolHandlerMap* protocol_handlers,
/external/chromium_org/net/url_request/
H A Durl_request_job_factory_impl.h44 typedef std::map<std::string, ProtocolHandler*> ProtocolHandlerMap; typedef in class:net::URLRequestJobFactoryImpl
54 ProtocolHandlerMap protocol_handler_map_;

Completed in 1370 milliseconds