VerifyResponseBirthday  384 sync/engine/syncer_proto_util.cc   } else if (!VerifyResponseBirthday(*response, dir)) {
VerifyResponseBirthday  118 sync/engine/syncer_proto_util.h   static bool VerifyResponseBirthday(
VerifyResponseBirthday  140 sync/engine/syncer_proto_util.h   FRIEND_TEST_ALL_PREFIXES(SyncerProtoUtilTest, VerifyResponseBirthday);
VerifyResponseBirthday  204 sync/engine/syncer_proto_util_unittest.cc TEST_F(SyncerProtoUtilTest, VerifyResponseBirthday) {
VerifyResponseBirthday  208 sync/engine/syncer_proto_util_unittest.cc   EXPECT_FALSE(SyncerProtoUtil::VerifyResponseBirthday(response, directory()));
VerifyResponseBirthday  212 sync/engine/syncer_proto_util_unittest.cc   EXPECT_TRUE(SyncerProtoUtil::VerifyResponseBirthday(response, directory()));
VerifyResponseBirthday  217 sync/engine/syncer_proto_util_unittest.cc   EXPECT_TRUE(SyncerProtoUtil::VerifyResponseBirthday(response, directory()));
VerifyResponseBirthday  222 sync/engine/syncer_proto_util_unittest.cc   EXPECT_FALSE(SyncerProtoUtil::VerifyResponseBirthday(response, directory()));
VerifyResponseBirthday  225 sync/engine/syncer_proto_util_unittest.cc   EXPECT_FALSE(SyncerProtoUtil::VerifyResponseBirthday(response, directory()));