Searched defs:GetHandlerFor (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/custom_handlers/
H A Dprotocol_handler_registry.cc362 ProtocolHandler old_default = GetHandlerFor(handler.protocol());
411 return GetHandlerFor(handler.protocol()) == handler;
472 const ProtocolHandler& handler = GetHandlerFor(scheme);
608 return enabled_ && !GetHandlerFor(scheme).IsEmpty();
649 ProtocolHandler current_default = GetHandlerFor(scheme);
654 const ProtocolHandler& ProtocolHandlerRegistry::GetHandlerFor( function in class:ProtocolHandlerRegistry

Completed in 205 milliseconds