HomeSort by relevance Sort by last modified time
    Searched refs:sync_changes (Results 1 - 12 of 12) 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 357 syncer::SyncChangeList sync_changes; local
359 sync_changes.push_back(settings_sync_util::CreateAdd(
361 SendChanges(sync_changes);
368 sync_changes.clear();
369 sync_changes.push_back(settings_sync_util::CreateDelete(
371 SendChanges(sync_changes);
402 syncer::SyncChangeList sync_changes; local
404 sync_changes.push_back(settings_sync_util::CreateAdd(
406 SendChanges(sync_changes);
411 sync_changes.clear()
    [all...]
syncable_settings_storage.h 64 syncer::SyncError ProcessSyncChanges(const SettingSyncDataList& sync_changes);
settings_backend.cc 239 const syncer::SyncChangeList& sync_changes) {
245 for (syncer::SyncChangeList::const_iterator it = sync_changes.begin();
246 it != sync_changes.end(); ++it) {
syncable_settings_storage.cc 235 const SettingSyncDataList& sync_changes) {
237 DCHECK(!sync_changes.empty()) << "No sync changes for " << extension_id_;
250 for (SettingSyncDataList::const_iterator it = sync_changes.begin();
251 it != sync_changes.end(); ++it) {
  /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
126 syncer::SyncChangeList* sync_changes);
pref_model_associator.cc 74 syncer::SyncChangeList* sync_changes) {
118 sync_changes->push_back(
137 sync_changes->push_back(
  /external/chromium_org/chrome/browser/history/
history_unittest.cc 1731 const syncer::SyncChangeList& sync_changes = change_processor.GetChanges(); local
1803 const syncer::SyncChangeList& sync_changes = change_processor.GetChanges(); local
    [all...]
  /external/chromium_org/chrome/browser/sync/glue/
favicon_cache.h 168 syncer::SyncChangeList* sync_changes);
favicon_cache.cc     [all...]
  /external/chromium_org/third_party/re2/lib/codereview/
codereview.py 2034 def sync_changes(ui, repo): function
    [all...]
  /external/regex-re2/lib/codereview/
codereview.py 2034 def sync_changes(ui, repo): function
    [all...]

Completed in 254 milliseconds