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

  /external/chromium_org/chrome/browser/custom_handlers/
register_protocol_handler_permission_request.cc 47 ProtocolHandler old_handler = registry_->GetHandlerFor(handler_.protocol());
62 ProtocolHandler old_handler = registry_->GetHandlerFor(handler_.protocol());
register_protocol_handler_infobar_delegate.cc 73 ProtocolHandler old_handler = registry_->GetHandlerFor(handler_.protocol());
protocol_handler_registry.cc 363 ProtocolHandler old_default = GetHandlerFor(handler.protocol());
412 return GetHandlerFor(handler.protocol()) == handler;
473 const ProtocolHandler& handler = GetHandlerFor(scheme);
598 return enabled_ && !GetHandlerFor(scheme).IsEmpty();
640 ProtocolHandler current_default = GetHandlerFor(scheme);
645 const ProtocolHandler& ProtocolHandlerRegistry::GetHandlerFor(
    [all...]
protocol_handler_registry_unittest.cc 472 ASSERT_TRUE(registry()->GetHandlerFor("test").IsEmpty());
565 ASSERT_EQ(ph2, registry()->GetHandlerFor("test"));
    [all...]
protocol_handler_registry.h 227 const ProtocolHandler& GetHandlerFor(const std::string& scheme) const;
  /external/chromium_org/chrome/browser/ui/content_settings/
content_setting_bubble_model_unittest.cc 625 ProtocolHandler handler = registry.GetHandlerFor("mailto");
634 ProtocolHandler handler = registry.GetHandlerFor("mailto");
643 ProtocolHandler handler = registry.GetHandlerFor("mailto");
652 ProtocolHandler handler = registry.GetHandlerFor("mailto");
662 ProtocolHandler handler = registry.GetHandlerFor("mailto");
  /external/chromium_org/chrome/browser/ui/
browser.cc     [all...]

Completed in 3988 milliseconds