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

/external/chromium_org/chrome/browser/custom_handlers/
H A Dprotocol_handler_registry.cc104 ProtocolHandlerRegistry::ProtocolHandlerMap default_handlers_; member in class:ProtocolHandlerRegistry::IOThreadDelegate
119 return enabled_ && !LookupHandler(default_handlers_, scheme).IsEmpty();
125 default_handlers_.erase(scheme);
132 default_handlers_.insert(std::make_pair(handler.protocol(), handler));
142 ProtocolHandler handler = LookupHandler(default_handlers_,
399 default_handlers_.erase(scheme);
457 for (ProtocolHandlerMap::const_iterator p = default_handlers_.begin();
458 p != default_handlers_.end(); ++p) {
623 ProtocolHandlerMap::iterator q = default_handlers_.find(handler.protocol());
624 if (erase_success && q != default_handlers_
[all...]
H A Dprotocol_handler_registry.h358 ProtocolHandlerMap default_handlers_; member in class:ProtocolHandlerRegistry

Completed in 590 milliseconds