EqualsIgnoringReadState  125 chrome/browser/notifications/sync_notifier/chrome_notifier_service.cc       if (incoming->EqualsIgnoringReadState(*found)) {
EqualsIgnoringReadState  227 chrome/browser/notifications/sync_notifier/chrome_notifier_service_unittest.cc   EXPECT_TRUE(notification1->EqualsIgnoringReadState(*notification2));
EqualsIgnoringReadState  432 chrome/browser/notifications/sync_notifier/chrome_notifier_service_unittest.cc     EXPECT_TRUE(notification1->EqualsIgnoringReadState(*notification2));
EqualsIgnoringReadState   76 chrome/browser/notifications/sync_notifier/synced_notification.h   bool EqualsIgnoringReadState(const SyncedNotification& other) const;
EqualsIgnoringReadState  240 chrome/browser/notifications/sync_notifier/synced_notification_unittest.cc   EXPECT_TRUE(notification1_->EqualsIgnoringReadState(*notification1_));
EqualsIgnoringReadState  241 chrome/browser/notifications/sync_notifier/synced_notification_unittest.cc   EXPECT_TRUE(notification2_->EqualsIgnoringReadState(*notification2_));
EqualsIgnoringReadState  242 chrome/browser/notifications/sync_notifier/synced_notification_unittest.cc   EXPECT_FALSE(notification1_->EqualsIgnoringReadState(*notification2_));
EqualsIgnoringReadState  243 chrome/browser/notifications/sync_notifier/synced_notification_unittest.cc   EXPECT_FALSE(notification1_->EqualsIgnoringReadState(*notification3_));
EqualsIgnoringReadState  244 chrome/browser/notifications/sync_notifier/synced_notification_unittest.cc   EXPECT_TRUE(notification1_->EqualsIgnoringReadState(*notification4_));
EqualsIgnoringReadState  254 chrome/browser/notifications/sync_notifier/synced_notification_unittest.cc   EXPECT_TRUE(notification5->EqualsIgnoringReadState(*notification2_));
EqualsIgnoringReadState  256 chrome/browser/notifications/sync_notifier/synced_notification_unittest.cc   EXPECT_FALSE(notification5->EqualsIgnoringReadState(*notification1_));