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

  /external/chromium_org/chrome/browser/notifications/sync_notifier/
chrome_notifier_service.cc 172 notification_data_.begin();
173 for (; it != notification_data_.end(); ++it) {
314 notification_data_.begin();
315 for (; it != notification_data_.end(); ++it) {
326 ScopedVector<SyncedNotification>::iterator it = notification_data_.begin();
327 for (; it != notification_data_.end(); ++it) {
330 notification_data_.erase(it);
403 notification_data_.push_back(notification.release());
419 notification_data_.push_back(notification.release());
557 notification_data_.begin()
    [all...]
chrome_notifier_service.h 177 ScopedVector<notifier::SyncedNotification> notification_data_; member in class:notifier::ChromeNotifierService
  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
peer_connection_client.cc 403 if (ReadIntoBuffer(socket, &notification_data_, &content_length)) {
405 bool ok = ParseServerResponse(notification_data_, content_length,
418 if (ParseEntry(notification_data_.substr(pos), &name, &id,
430 notification_data_.substr(pos));
434 notification_data_.clear();
peer_connection_client.h 133 std::string notification_data_; member in class:PeerConnectionClient

Completed in 3394 milliseconds