HomeSort by relevance Sort by last modified time
    Searched refs:default_handlers_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/custom_handlers/
protocol_handler_registry.cc 104 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_.end() && q->second == handler)
    [all...]
protocol_handler_registry.h 358 ProtocolHandlerMap default_handlers_; member in class:ProtocolHandlerRegistry

Completed in 377 milliseconds