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

  /external/chromium_org/chrome/browser/notifications/sync_notifier/
synced_notification.cc 56 SyncedNotification::kUnread) ==
60 SyncedNotification::kRead) ==
64 SyncedNotification::kDismissed) ==
68 SyncedNotification::SyncedNotification(
82 SyncedNotification::~SyncedNotification() {}
84 void SyncedNotification::Update(const syncer::SyncData& sync_data) {
89 void SyncedNotification::Show(Profile* profile) {
91 if (SyncedNotification::kRead == GetReadState() |
    [all...]
chrome_notifier_service.h 91 const SyncedNotification& notification);
94 scoped_ptr<SyncedNotification> CreateNotificationFromSyncData(
98 virtual notifier::SyncedNotification* FindNotificationById(
126 const SyncedNotification* synced_notification);
129 void AddForTest(scoped_ptr<notifier::SyncedNotification> notification);
146 const SyncedNotification* notification,
154 void Add(scoped_ptr<notifier::SyncedNotification> notification);
157 void UpdateInMessageCenter(notifier::SyncedNotification* notification);
160 void Display(notifier::SyncedNotification* notification);
205 // Preferences to avoid toasting on SyncedNotification first run
    [all...]
chrome_notifier_service.cc 116 scoped_ptr<SyncedNotification> incoming(CreateNotificationFromSyncData(
126 SyncedNotification* found = FindNotificationById(key);
141 if (incoming->GetReadState() == SyncedNotification::kDismissed) {
146 } else if (incoming->GetReadState() == SyncedNotification::kRead) {
201 ScopedVector<SyncedNotification>::const_iterator it =
223 scoped_ptr<SyncedNotification> new_notification(
232 SyncedNotification* found = FindNotificationById(key);
273 const SyncedNotification& notification) {
281 scoped_ptr<SyncedNotification>
298 return scoped_ptr<SyncedNotification>();
    [all...]
synced_notification.h 34 class SyncedNotification : public chrome::BitmapFetcherDelegate {
36 SyncedNotification(const syncer::SyncData& sync_data,
40 virtual ~SyncedNotification();
76 bool EqualsIgnoringReadState(const SyncedNotification& other) const;
85 // SyncedNotification.
161 DISALLOW_COPY_AND_ASSIGN(SyncedNotification);
synced_notification_unittest.cc 23 using notifier::SyncedNotification;
59 notification1_.reset(new SyncedNotification(
61 notification2_.reset(new SyncedNotification(
63 notification3_.reset(new SyncedNotification(
65 notification4_.reset(new SyncedNotification(
74 virtual void AddButtonBitmaps(SyncedNotification* notification,
86 scoped_ptr<SyncedNotification> notification1_;
87 scoped_ptr<SyncedNotification> notification2_;
88 scoped_ptr<SyncedNotification> notification3_;
89 scoped_ptr<SyncedNotification> notification4_
    [all...]
chrome_notifier_delegate.cc 48 SyncedNotification* notification =
91 SyncedNotification* notification =
chrome_notifier_service_unittest.cc 45 using notifier::SyncedNotification;
150 SyncedNotification* CreateNotification(
162 return new SyncedNotification(sync_data, NULL, notification_manager_.get());
168 SyncedNotification* notification) {
171 scoped_ptr<SyncedNotification> scoped_notification(notification);
218 scoped_ptr<SyncedNotification> notification1(
223 scoped_ptr<SyncedNotification> notification2(
281 scoped_ptr<SyncedNotification> n1(CreateNotification(
284 scoped_ptr<SyncedNotification> n2(CreateNotification(
287 scoped_ptr<SyncedNotification> n3(CreateNotification
    [all...]
chrome_notifier_delegate_unittest.cc 34 notifier::SyncedNotification* CreateNotification(
47 notifier::SyncedNotification* notification =
48 new notifier::SyncedNotification(sync_data, this, NULL);
56 virtual notifier::SyncedNotification* FindNotificationById(
66 ScopedVector<notifier::SyncedNotification> owned_notifications_;
  /external/chromium_org/sync/protocol/
proto_value_conversions.h 67 class SyncedNotification;
170 const sync_pb::SyncedNotification& notification);
proto_value_conversions.cc 349 const sync_pb::SyncedNotification& proto) {
    [all...]

Completed in 429 milliseconds