Home
last modified time | relevance | path

Searched refs:notification_data_ (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/notifications/sync_notifier/
Dchrome_notifier_service.cc172 notification_data_.begin(); in GetAllSyncData()
173 for (; it != notification_data_.end(); ++it) { in GetAllSyncData()
314 notification_data_.begin(); in FindNotificationById()
315 for (; it != notification_data_.end(); ++it) { in FindNotificationById()
326 ScopedVector<SyncedNotification>::iterator it = notification_data_.begin(); in FreeNotificationById()
327 for (; it != notification_data_.end(); ++it) { in FreeNotificationById()
330 notification_data_.erase(it); in FreeNotificationById()
403 notification_data_.push_back(notification.release()); in Add()
419 notification_data_.push_back(notification.release()); in AddForTest()
557 notification_data_.begin(); in DisplayUnreadNotificationsFromSource()
[all …]
Dchrome_notifier_service.h177 ScopedVector<notifier::SyncedNotification> notification_data_; variable
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
Dpeer_connection_client.cc403 if (ReadIntoBuffer(socket, &notification_data_, &content_length)) { in OnHangingGetRead()
405 bool ok = ParseServerResponse(notification_data_, content_length, in OnHangingGetRead()
418 if (ParseEntry(notification_data_.substr(pos), &name, &id, in OnHangingGetRead()
430 notification_data_.substr(pos)); in OnHangingGetRead()
434 notification_data_.clear(); in OnHangingGetRead()
Dpeer_connection_client.h133 std::string notification_data_; variable