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

/external/chromium_org/chrome/browser/custom_handlers/
H A Dprotocol_handler_registry.cc538 return HandlerExists(handler, &user_protocol_handlers_);
617 HandlerExists(handler, &user_protocol_handlers_)) {
618 EraseHandler(handler, &user_protocol_handlers_);
806 for (ProtocolHandlerMultiMap::iterator i = user_protocol_handlers_.begin();
807 i != user_protocol_handlers_.end();
848 (source == POLICY) ? policy_protocol_handlers_ : user_protocol_handlers_;
H A Dprotocol_handler_registry.h347 ProtocolHandlerMultiMap user_protocol_handlers_; member in class:ProtocolHandlerRegistry

Completed in 1273 milliseconds