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

/external/chromium_org/chrome/browser/custom_handlers/
H A Dprotocol_handler_registry_unittest.cc132 ASSERT_FALSE(IsFakeRegisteredWithOS(protocol));
140 bool IsFakeRegisteredWithOS(const std::string& protocol) { function in class:__anon4850::FakeDelegate
739 ASSERT_FALSE(delegate()->IsFakeRegisteredWithOS("do"));
740 ASSERT_FALSE(delegate()->IsFakeRegisteredWithOS("dont"));
745 ASSERT_TRUE(delegate()->IsFakeRegisteredWithOS("do"));
746 ASSERT_FALSE(delegate()->IsFakeRegisteredWithOS("dont"));

Completed in 149 milliseconds