Searched refs:GetHandlerFor (Results 1 – 7 of 7) sorted by relevance
47 ProtocolHandler old_handler = registry_->GetHandlerFor(handler_.protocol()); in GetMessageText()62 ProtocolHandler old_handler = registry_->GetHandlerFor(handler_.protocol()); in GetMessageTextFragment()
363 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
472 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()
73 ProtocolHandler old_handler = registry_->GetHandlerFor(handler_.protocol()); in GetMessageText()
227 const ProtocolHandler& GetHandlerFor(const std::string& scheme) const;
625 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()
1640 registry->GetHandlerFor(handler.protocol())); in RegisterProtocolHandler()