Searched refs:notification_data_ (Results 1 – 4 of 4) sorted by relevance
172 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 …]
177 ScopedVector<notifier::SyncedNotification> notification_data_; variable
403 if (ReadIntoBuffer(socket, ¬ification_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()
133 std::string notification_data_; variable