Home
last modified time | relevance | path

Searched refs:default_handlers_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/custom_handlers/
Dprotocol_handler_registry.cc105 ProtocolHandlerRegistry::ProtocolHandlerMap default_handlers_; member in ProtocolHandlerRegistry::IOThreadDelegate
120 return enabled_ && !LookupHandler(default_handlers_, scheme).IsEmpty(); in IsHandledProtocol()
126 default_handlers_.erase(scheme); in ClearDefault()
133 default_handlers_.insert(std::make_pair(handler.protocol(), handler)); in SetDefault()
143 ProtocolHandler handler = LookupHandler(default_handlers_, in MaybeCreateJob()
400 default_handlers_.erase(scheme); in ClearDefault()
458 for (ProtocolHandlerMap::const_iterator p = default_handlers_.begin(); in InitProtocolSettings()
459 p != default_handlers_.end(); ++p) { in InitProtocolSettings()
614 ProtocolHandlerMap::iterator q = default_handlers_.find(handler.protocol()); in RemoveHandler()
615 if (erase_success && q != default_handlers_.end() && q->second == handler) { in RemoveHandler()
[all …]
Dprotocol_handler_registry.h350 ProtocolHandlerMap default_handlers_;