HomeSort by relevance Sort by last modified time
    Searched defs:sync_changes (Results 1 - 6 of 6) 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...]
  /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/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/third_party/re2/lib/codereview/
codereview.py 2037 def sync_changes(ui, repo): function
    [all...]
  /external/regex-re2/lib/codereview/
codereview.py 2034 def sync_changes(ui, repo): function
    [all...]

Completed in 1453 milliseconds