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

/external/chromium_org/chrome/browser/custom_handlers/
H A Dprotocol_handler_registry.h135 typedef std::vector<ProtocolHandler> ProtocolHandlerList; typedef in class:ProtocolHandlerRegistry
136 typedef std::map<std::string, ProtocolHandlerList> ProtocolHandlerMultiMap;
170 ProtocolHandlerList GetReplacedHandlers(const ProtocolHandler& handler) const;
188 ProtocolHandlerList GetHandlersFor(const std::string& scheme) const;
191 ProtocolHandlerList GetIgnoredHandlers();
278 const ProtocolHandlerList* GetHandlerList(const std::string& scheme) const;
328 const ProtocolHandlerList& list);
335 void EraseHandler(const ProtocolHandler& handler, ProtocolHandlerList* list);
341 ProtocolHandlerList ignored_protocol_handlers_;
354 ProtocolHandlerList user_ignored_protocol_handlers
[all...]
H A Dprotocol_handler_registry.cc364 ProtocolHandlerList to_replace(GetReplacedHandlers(handler));
367 for (ProtocolHandlerList::iterator p = to_replace.begin();
380 ProtocolHandlerRegistry::ProtocolHandlerList
383 ProtocolHandlerList replaced_handlers;
384 const ProtocolHandlerList* handlers = GetHandlerList(handler.protocol());
387 for (ProtocolHandlerList::const_iterator p = handlers->begin();
475 const ProtocolHandlerList* handlers = GetHandlerList(scheme);
479 ProtocolHandlerList::const_iterator p;
488 ProtocolHandlerRegistry::ProtocolHandlerList
494 return ProtocolHandlerList();
[all...]
H A Dprotocol_handler_registry_unittest.cc378 ProtocolHandlerRegistry::ProtocolHandlerList::iterator it =
692 ProtocolHandlerRegistry::ProtocolHandlerList handlers =
867 ProtocolHandlerRegistry::ProtocolHandlerList handlers =
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dhandler_options_handler.cc93 const ProtocolHandlerRegistry::ProtocolHandlerList& handlers,
95 ProtocolHandlerRegistry::ProtocolHandlerList::const_iterator handler;
128 ProtocolHandlerRegistry::ProtocolHandlerList ignored_handlers =
/external/chromium_org/chrome/browser/renderer_context_menu/
H A Drender_view_context_menu.h136 ProtocolHandlerRegistry::ProtocolHandlerList GetHandlersForLinkUrl();
H A Drender_view_context_menu.cc939 const ProtocolHandlerRegistry::ProtocolHandlerList handlers =
1286 ProtocolHandlerRegistry::ProtocolHandlerList handlers =
1688 ProtocolHandlerRegistry::ProtocolHandlerList
1690 ProtocolHandlerRegistry::ProtocolHandlerList handlers =

Completed in 541 milliseconds