Searched defs:sync_changes (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/storage/
H A Dsettings_sync_processor.cc50 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);
H A Dsyncable_settings_storage.cc235 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) {
234 ProcessSyncChanges( const SettingSyncDataList& sync_changes) argument
H A Dsettings_apitest.cc357 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
[all...]
H A Dsettings_backend.cc239 const syncer::SyncChangeList& sync_changes) {
245 for (syncer::SyncChangeList::const_iterator it = sync_changes.begin();
246 it != sync_changes.end(); ++it) {
237 ProcessSyncChanges( const tracked_objects::Location& from_here, const syncer::SyncChangeList& sync_changes) argument
/external/chromium_org/chrome/browser/prefs/
H A Dpref_model_associator.cc74 syncer::SyncChangeList* sync_changes) {
118 sync_changes->push_back(
137 sync_changes->push_back(
71 InitPrefAndAssociate( const syncer::SyncData& sync_pref, const std::string& pref_name, syncer::SyncChangeList* sync_changes) argument
/external/chromium_org/chrome/browser/sync/glue/
H A Dfavicon_cache.cc833 syncer::SyncChangeList* sync_changes) {
898 sync_changes->push_back(syncer::SyncChange(
832 MergeSyncFavicon(const syncer::SyncData& sync_favicon, syncer::SyncChangeList* sync_changes) argument
/external/chromium_org/chrome/browser/history/
H A Dhistory_unittest.cc1731 const syncer::SyncChangeList& sync_changes = change_processor.GetChanges(); local
1732 ASSERT_EQ(2u, sync_changes.size());
1733 EXPECT_EQ(syncer::SyncChange::ACTION_DELETE, sync_changes[0].change_type());
1734 EXPECT_EQ(1, sync_changes[0].sync_data().GetRemoteId());
1735 EXPECT_EQ(syncer::SyncChange::ACTION_DELETE, sync_changes[1].change_type());
1736 EXPECT_EQ(2, sync_changes[1].sync_data().GetRemoteId());
1803 const syncer::SyncChangeList& sync_changes = change_processor.GetChanges(); local
1804 ASSERT_EQ(2u, sync_changes.size());
1805 EXPECT_EQ(syncer::SyncChange::ACTION_DELETE, sync_changes[0].change_type());
1806 EXPECT_EQ(1, sync_changes[
[all...]
/external/chromium_org/third_party/re2/lib/codereview/
H A Dcodereview.py2032 sync_changes(ui, repo)
2034 def sync_changes(ui, repo): function
/external/regex-re2/lib/codereview/
H A Dcodereview.py2032 sync_changes(ui, repo)
2034 def sync_changes(ui, repo): function

Completed in 218 milliseconds