Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/custom_handlers/
Dregister_protocol_handler_permission_request.cc47 ProtocolHandler old_handler = registry_->GetHandlerFor(handler_.protocol()); in GetMessageText()
62 ProtocolHandler old_handler = registry_->GetHandlerFor(handler_.protocol()); in GetMessageTextFragment()
Dprotocol_handler_registry.cc363 ProtocolHandler old_default = GetHandlerFor(handler.protocol()); in AttemptReplace()
412 return GetHandlerFor(handler.protocol()) == handler; in IsDefault()
473 const ProtocolHandler& handler = GetHandlerFor(scheme); in GetHandlerIndex()
598 return enabled_ && !GetHandlerFor(scheme).IsEmpty(); in IsHandledProtocol()
640 ProtocolHandler current_default = GetHandlerFor(scheme); in RemoveDefaultHandler()
645 const ProtocolHandler& ProtocolHandlerRegistry::GetHandlerFor( in GetHandlerFor() function in ProtocolHandlerRegistry
Dprotocol_handler_registry_unittest.cc472 ASSERT_TRUE(registry()->GetHandlerFor("test").IsEmpty()); in TEST_F()
565 ASSERT_EQ(ph2, registry()->GetHandlerFor("test")); in TEST_F()
904 const ProtocolHandler& handler(registry()->GetHandlerFor("mailto")); in TEST_F()
918 const ProtocolHandler& handler(registry()->GetHandlerFor("mailto")); in TEST_F()
934 const ProtocolHandler& handler(registry()->GetHandlerFor("mailto")); in TEST_F()
937 ASSERT_TRUE(registry()->GetHandlerFor("mailto").IsEmpty()); in TEST_F()
Dregister_protocol_handler_infobar_delegate.cc73 ProtocolHandler old_handler = registry_->GetHandlerFor(handler_.protocol()); in GetMessageText()
Dprotocol_handler_registry.h227 const ProtocolHandler& GetHandlerFor(const std::string& scheme) const;
/external/chromium_org/chrome/browser/ui/content_settings/
Dcontent_setting_bubble_model_unittest.cc625 ProtocolHandler handler = registry.GetHandlerFor("mailto"); in TEST_F()
634 ProtocolHandler handler = registry.GetHandlerFor("mailto"); in TEST_F()
643 ProtocolHandler handler = registry.GetHandlerFor("mailto"); in TEST_F()
652 ProtocolHandler handler = registry.GetHandlerFor("mailto"); in TEST_F()
662 ProtocolHandler handler = registry.GetHandlerFor("mailto"); in TEST_F()
/external/chromium_org/chrome/browser/ui/
Dbrowser.cc1640 registry->GetHandlerFor(handler.protocol())); in RegisterProtocolHandler()