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

  /external/chromium/chrome/browser/custom_handlers/
protocol_handler_registry.cc 65 ProtocolHandler* ProtocolHandlerRegistry::GetHandlerFor(
73 return GetHandlerFor(scheme) != NULL ||
79 ProtocolHandler* currentHandler = GetHandlerFor(handler->protocol());
92 ProtocolHandler* handler = GetHandlerFor(request->url().scheme());
protocol_handler_registry.h 46 ProtocolHandler* GetHandlerFor(const std::string& scheme) const;
register_protocol_handler_infobar_delegate.cc 40 ProtocolHandler* old_handler = registry_->GetHandlerFor(handler_->protocol());

Completed in 31 milliseconds