Searched refs:GetHandlerFor (Results 1 – 3 of 3) sorted by relevance
65 ProtocolHandler* ProtocolHandlerRegistry::GetHandlerFor( in GetHandlerFor() function in ProtocolHandlerRegistry73 return GetHandlerFor(scheme) != NULL || in CanSchemeBeOverridden()79 ProtocolHandler* currentHandler = GetHandlerFor(handler->protocol()); in IsAlreadyRegistered()92 ProtocolHandler* handler = GetHandlerFor(request->url().scheme()); in MaybeCreateJob()
46 ProtocolHandler* GetHandlerFor(const std::string& scheme) const;
40 ProtocolHandler* old_handler = registry_->GetHandlerFor(handler_->protocol()); in GetMessageText()