HomeSort by relevance Sort by last modified time
    Searched full:specifics_ (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/browser/notifications/sync_notifier/
synced_notification.cc 82 specifics_.CopyFrom(sync_data.GetSpecifics().synced_notification());
87 entity_specifics.mutable_synced_notification()->CopyFrom(specifics_);
410 specifics_.mutable_coalesced_notification()->set_read_state(
413 specifics_.mutable_coalesced_notification()->set_read_state(
416 specifics_.mutable_coalesced_notification()->set_read_state(
431 if (!specifics_.coalesced_notification().render_info().expanded_info().
435 return specifics_.coalesced_notification().render_info().expanded_info().
440 if (!specifics_.coalesced_notification().render_info().collapsed_info().
444 return specifics_.coalesced_notification().render_info().collapsed_info().
449 if (!specifics_.coalesced_notification().render_info().collapsed_info()
    [all...]
synced_notification.h 118 sync_pb::SyncedNotificationSpecifics specifics_; member in class:notifier::SyncedNotification
  /external/chromium_org/sync/internal_api/
change_reorder_buffer.cc 144 specifics_[id] = specifics;
174 if (specifics_.find(record.id) != specifics_.end())
175 record.specifics = specifics_[record.id];
197 if (specifics_.find(record.id) != specifics_.end())
198 record.specifics = specifics_[record.id];
change_reorder_buffer.h 81 SpecificsMap specifics_; member in class:syncer::ChangeReorderBuffer
  /external/chromium/chrome/browser/sync/engine/
change_reorder_buffer.cc 140 if (specifics_.find(record.id) != specifics_.end())
141 record.specifics = specifics_[record.id];
176 if (specifics_.find(record.id) != specifics_.end())
177 record.specifics = specifics_[record.id];
change_reorder_buffer.h 76 specifics_[id] = specifics;
112 SpecificsMap specifics_; member in class:sync_api::ChangeReorderBuffer

Completed in 170 milliseconds