HomeSort by relevance Sort by last modified time
    Searched full:high_priority_types (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/chrome/browser/sync/glue/
data_type_manager_impl.cc 241 syncer::ModelTypeSet high_priority_types; local
242 high_priority_types.PutAll(syncer::PriorityCoreTypes());
243 high_priority_types.PutAll(syncer::PriorityUserTypes());
244 return high_priority_types;
249 syncer::ModelTypeSet high_priority_types = GetPriorityTypes(); local
250 high_priority_types.RetainAll(types);
253 syncer::Difference(types, high_priority_types);
256 if (!high_priority_types.Empty())
257 result.push(high_priority_types);

Completed in 79 milliseconds