Home
last modified time | relevance | path

Searched refs:GetHandlerFor (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/custom_handlers/
Dprotocol_handler_registry.cc65 ProtocolHandler* ProtocolHandlerRegistry::GetHandlerFor( in GetHandlerFor() function in ProtocolHandlerRegistry
73 return GetHandlerFor(scheme) != NULL || in CanSchemeBeOverridden()
79 ProtocolHandler* currentHandler = GetHandlerFor(handler->protocol()); in IsAlreadyRegistered()
92 ProtocolHandler* handler = GetHandlerFor(request->url().scheme()); in MaybeCreateJob()
Dprotocol_handler_registry.h46 ProtocolHandler* GetHandlerFor(const std::string& scheme) const;
Dregister_protocol_handler_infobar_delegate.cc40 ProtocolHandler* old_handler = registry_->GetHandlerFor(handler_->protocol()); in GetMessageText()