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

  /external/chromium_org/chrome/browser/sync/glue/
sync_backend_host_core.cc 212 syncer::ModelTypeSet types_to_purge = local
219 types_to_purge,
sync_backend_host_impl.cc 395 syncer::ModelTypeSet types_to_purge = local
399 types_to_purge.RemoveAll(inactive_types);
400 types_to_purge.RemoveAll(unready_types);
403 // not be part of the |types_to_purge| set, and therefore does not need
405 fatal_types.RetainAll(types_to_purge);
408 unapply_types.RetainAll(types_to_purge);
431 types_to_purge,

Completed in 98 milliseconds