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

  /external/chromium_org/sync/internal_api/public/
change_record.h 62 typedef std::vector<ChangeRecord> ChangeRecordList;
64 typedef Immutable<ChangeRecordList> ImmutableChangeRecordList;
  /external/chromium_org/chrome/browser/sync/
abstract_profile_sync_service_test.cc 28 syncer::ChangeRecordList records(1, record);
40 syncer::ChangeRecordList records(1, record);
profile_sync_service_bookmark_unittest.cc 198 const syncer::ChangeRecordList& changes() {
221 syncer::ChangeRecordList changes_;
807 syncer::ChangeRecordList::const_iterator it;
896 syncer::ChangeRecordList::const_iterator it;
    [all...]
  /external/chromium_org/sync/internal_api/
js_mutation_event_observer.cc 61 for (ChangeRecordList::const_iterator it =
js_mutation_event_observer_unittest.cc 88 ChangeRecordList local_changes(changes + i, changes + arraysize(changes));
change_reorder_buffer.cc 166 ChangeRecordList changelist;
  /external/chromium_org/chrome/browser/sync/glue/
password_change_processor.cc 185 for (syncer::ChangeRecordList::const_iterator it =
session_change_processor.cc 223 for (syncer::ChangeRecordList::const_iterator it =
typed_url_change_processor.cc 265 for (syncer::ChangeRecordList::const_iterator it =
bookmark_change_processor.cc 37 using syncer::ChangeRecordList;
515 ChangeRecordList::const_iterator it;
generic_change_processor.cc 85 for (syncer::ChangeRecordList::const_iterator it =
  /external/chromium_org/sync/tools/
sync_client.cc 139 for (ChangeRecordList::const_iterator it =

Completed in 301 milliseconds