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

/external/chromium_org/chrome/browser/custom_handlers/
H A Dregister_protocol_handler_permission_request.cc47 ProtocolHandler old_handler = registry_->GetHandlerFor(handler_.protocol());
62 ProtocolHandler old_handler = registry_->GetHandlerFor(handler_.protocol());
H A Dregister_protocol_handler_infobar_delegate.cc74 ProtocolHandler old_handler = registry_->GetHandlerFor(handler_.protocol());
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
H A Dprotocol_handler_registry_unittest.cc473 ASSERT_TRUE(registry()->GetHandlerFor("test").IsEmpty());
566 ASSERT_EQ(ph2, registry()->GetHandlerFor("test"));
905 const ProtocolHandler& handler(registry()->GetHandlerFor("mailto"));
919 const ProtocolHandler& handler(registry()->GetHandlerFor("mailto"));
935 const ProtocolHandler& handler(registry()->GetHandlerFor("mailto"));
938 ASSERT_TRUE(registry()->GetHandlerFor("mailto").IsEmpty());
H A Dprotocol_handler_registry.h235 const ProtocolHandler& GetHandlerFor(const std::string& scheme) const;
/external/chromium_org/chrome/browser/ui/content_settings/
H A Dcontent_setting_bubble_model_unittest.cc625 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/webui/options/
H A Dhandler_options_handler.cc117 registry->IsRegisteredByUser(registry->GetHandlerFor(protocol)));
/external/chromium_org/chrome/browser/ui/
H A Dbrowser.cc1673 registry->GetHandlerFor(handler.protocol()));

Completed in 773 milliseconds