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

  /external/chromium_org/chrome/browser/sync/glue/
sync_backend_host_impl.cc 365 syncer::ModelTypeSet types_to_purge = local
369 types_to_purge.RemoveAll(inactive_types);
372 // not be part of the |types_to_purge| set, and therefore does not need
374 fatal_types.RetainAll(types_to_purge);
377 unapply_types.RetainAll(types_to_purge);
400 types_to_purge,
sync_backend_host_core.cc 205 syncer::ModelTypeSet types_to_purge = local
212 types_to_purge,
  /external/chromium/chrome/browser/sync/syncable/
syncable_unittest.cc 359 void CheckPurgeEntriesWithTypeInSucceeded(const ModelTypeSet& types_to_purge,
372 if ((types_to_purge.count(e.GetModelType()) ||
373 types_to_purge.count(e.GetServerModelType()))) {
527 std::set<ModelType> types_to_purge; local
528 types_to_purge.insert(PREFERENCES);
529 types_to_purge.insert(AUTOFILL);
580 dir_->PurgeEntriesWithTypeIn(types_to_purge);
584 CheckPurgeEntriesWithTypeInSucceeded(types_to_purge, true);
586 CheckPurgeEntriesWithTypeInSucceeded(types_to_purge, false);
    [all...]
  /external/chromium_org/sync/syncable/
syncable_unittest.cc 482 void CheckPurgeEntriesWithTypeInSucceeded(ModelTypeSet types_to_purge,
500 types_to_purge.Has(local_type)) ||
502 types_to_purge.Has(server_type))) {
508 for (ModelTypeSet::Iterator it = types_to_purge.First();
512 EXPECT_FALSE(types_to_purge.Has(BOOKMARKS));
    [all...]
  /external/chromium/chrome/browser/sync/engine/
syncer_unittest.cc 649 std::set<syncable::ModelType> types_to_purge; local
650 types_to_purge.insert(syncable::PREFERENCES);
651 dir->PurgeEntriesWithTypeIn(types_to_purge);
689 std::set<syncable::ModelType> types_to_purge; local
690 types_to_purge.insert(syncable::BOOKMARKS);
691 dir->PurgeEntriesWithTypeIn(types_to_purge);
    [all...]

Completed in 203 milliseconds