HomeSort by relevance Sort by last modified time
    Searched defs:SyncedNotification (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/notifications/sync_notifier/
synced_notification.h 34 class SyncedNotification : public NotificationBitmapFetcherDelegate {
36 explicit SyncedNotification(const syncer::SyncData& sync_data);
38 virtual ~SyncedNotification();
51 // SyncedNotification.
82 bool EqualsIgnoringReadState(const SyncedNotification& other) const;
136 DISALLOW_COPY_AND_ASSIGN(SyncedNotification);
synced_notification.cc 57 SyncedNotification::kUnread) ==
61 SyncedNotification::kRead) ==
65 SyncedNotification::kDismissed) ==
69 SyncedNotification::SyncedNotification(const syncer::SyncData& sync_data)
78 SyncedNotification::~SyncedNotification() {}
80 void SyncedNotification::Update(const syncer::SyncData& sync_data) {
85 sync_pb::EntitySpecifics SyncedNotification::GetEntitySpecifics() const {
94 void SyncedNotification::OnFetchComplete(const GURL url
    [all...]

Completed in 48 milliseconds