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

  /external/chromium_org/sync/engine/
sync_scheduler.h 31 ModelTypeSet types_to_download,
40 ModelTypeSet types_to_download; member in struct:syncer::ConfigurationParams
  /external/chromium_org/chrome/browser/sync/glue/
sync_backend_host_impl.cc 361 syncer::ModelTypeSet types_to_download = registrar_->ConfigureDataTypes( local
364 types_to_download.PutAll(clean_first_types);
365 types_to_download.RemoveAll(syncer::ProxyTypes());
366 if (!types_to_download.Empty())
367 types_to_download.Put(syncer::NIGORI);
373 // all our types_to_download actually contain no data before we sync them.
412 DCHECK(current_types.HasAll(types_to_download));
415 << syncer::ModelTypeSetToString(types_to_download)
419 // - Types which have just been added to the routing info (types_to_download):
430 types_to_download,
    [all...]

Completed in 103 milliseconds