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

  /external/chromium_org/chrome/browser/extensions/api/storage/
settings_sync_processor.cc 50 syncer::SyncChangeList sync_changes; local
61 sync_changes.push_back(settings_sync_util::CreateUpdate(
65 sync_changes.push_back(settings_sync_util::CreateAdd(
72 sync_changes.push_back(settings_sync_util::CreateDelete(
81 if (sync_changes.empty())
85 sync_processor_->ProcessSyncChanges(FROM_HERE, sync_changes);
settings_apitest.cc 339 syncer::SyncChangeList sync_changes; local
341 sync_changes.push_back(settings_sync_util::CreateAdd(
343 SendChanges(sync_changes);
350 sync_changes.clear();
351 sync_changes.push_back(settings_sync_util::CreateDelete(
353 SendChanges(sync_changes);
384 syncer::SyncChangeList sync_changes; local
386 sync_changes.push_back(settings_sync_util::CreateAdd(
388 SendChanges(sync_changes);
393 sync_changes.clear()
    [all...]
sync_storage_backend.cc 233 const syncer::SyncChangeList& sync_changes) {
239 for (syncer::SyncChangeList::const_iterator it = sync_changes.begin();
240 it != sync_changes.end();
syncable_settings_storage.cc 271 const SettingSyncDataList& sync_changes) {
273 DCHECK(!sync_changes.empty()) << "No sync changes for " << extension_id_;
286 for (SettingSyncDataList::const_iterator it = sync_changes.begin();
287 it != sync_changes.end(); ++it) {
syncable_settings_storage.h 68 syncer::SyncError ProcessSyncChanges(const SettingSyncDataList& sync_changes);
  /external/chromium_org/components/dom_distiller/core/
dom_distiller_store.cc 175 SyncChangeList sync_changes; local
177 MergeDataWithModel(initial_sync_data, &database_changes, &sync_changes);
179 ApplyChangesToSync(FROM_HERE, sync_changes);
198 SyncChangeList sync_changes; local
199 ApplyChangesToModel(change_list, &database_changes, &sync_changes);
201 DCHECK_EQ(size_t(0), sync_changes.size());
  /external/chromium_org/chrome/browser/prefs/
pref_model_associator.h 118 // with ours and append a new UPDATE SyncChange to |sync_changes|. If
119 // sync_pref is not set, we append an ADD SyncChange to |sync_changes| with
128 syncer::SyncChangeList* sync_changes,
pref_model_associator.cc 102 syncer::SyncChangeList* sync_changes,
168 sync_changes->push_back(
182 sync_changes->push_back(
203 sync_changes->push_back(
  /external/chromium_org/chrome/browser/history/
history_unittest.cc 1717 const syncer::SyncChangeList& sync_changes = change_processor.changes(); local
1798 const syncer::SyncChangeList& sync_changes = change_processor.changes(); local
    [all...]
  /external/chromium_org/chrome/browser/sync/glue/
favicon_cache.h 168 syncer::SyncChangeList* sync_changes);
favicon_cache.cc 814 syncer::SyncChangeList* sync_changes) {
    [all...]
  /external/chromium_org/components/password_manager/core/browser/
password_syncable_service.cc 257 syncer::SyncChangeList sync_changes;
264 sync_changes.push_back(
267 sync_processor_->ProcessSyncChanges(FROM_HERE, sync_changes);
  /external/chromium_org/third_party/re2/lib/codereview/
codereview.py 2037 def sync_changes(ui, repo): function
    [all...]

Completed in 2609 milliseconds