IsFakeRegisteredWithOS  132 chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc     ASSERT_FALSE(IsFakeRegisteredWithOS(protocol));
IsFakeRegisteredWithOS  739 chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc   ASSERT_FALSE(delegate()->IsFakeRegisteredWithOS("do"));
IsFakeRegisteredWithOS  740 chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc   ASSERT_FALSE(delegate()->IsFakeRegisteredWithOS("dont"));
IsFakeRegisteredWithOS  745 chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc   ASSERT_TRUE(delegate()->IsFakeRegisteredWithOS("do"));
IsFakeRegisteredWithOS  746 chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc   ASSERT_FALSE(delegate()->IsFakeRegisteredWithOS("dont"));