Home
last modified time | relevance | path

Searched refs:GetContainedNotificationMessage (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/notifications/sync_notifier/
Dsynced_notification_unittest.cc219 notification1_->GetContainedNotificationMessage(0); in TEST_F()
221 notification1_->GetContainedNotificationMessage(1); in TEST_F()
223 notification1_->GetContainedNotificationMessage(2); in TEST_F()
Dsynced_notification.h110 std::string GetContainedNotificationMessage(int index) const;
Dsynced_notification.cc325 if (GetContainedNotificationMessage(ii) != in EqualsIgnoringReadState()
326 other.GetContainedNotificationMessage(ii)) in EqualsIgnoringReadState()
613 std::string SyncedNotification::GetContainedNotificationMessage( in GetContainedNotificationMessage() function in notifier::SyncedNotification