Searched defs:ProtocolHandlerList (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/custom_handlers/
H A Dprotocol_handler_registry.h131 typedef std::vector<ProtocolHandler> ProtocolHandlerList; typedef in class:ProtocolHandlerRegistry
132 typedef std::map<std::string, ProtocolHandlerList> ProtocolHandlerMultiMap;
166 ProtocolHandlerList GetReplacedHandlers(const ProtocolHandler& handler) const;
184 ProtocolHandlerList GetHandlersFor(const std::string& scheme) const;
187 ProtocolHandlerList GetIgnoredHandlers();
266 const ProtocolHandlerList* GetHandlerList(const std::string& scheme) const;
304 ProtocolHandlerList ignored_protocol_handlers_;

Completed in 153 milliseconds