HomeSort by relevance Sort by last modified time
    Searched refs:types_to_download (Results 1 - 6 of 6) 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
sync_scheduler_impl.cc 75 ModelTypeSet types_to_download,
80 types_to_download(types_to_download),
269 // |types_to_download| from |current_routes|.
271 ModelTypeSet types_to_download,
274 for (ModelTypeSet::Iterator iter = types_to_download.First(); iter.Good();
300 BuildModelSafeParams(params.types_to_download,
306 if (!params.types_to_download.Empty()) {
508 pending_configure_params_->types_to_download,
  /external/chromium_org/chrome/browser/sync/glue/
sync_backend_host_impl.cc 363 syncer::ModelTypeSet types_to_download = registrar_->ConfigureDataTypes( local
366 types_to_download.PutAll(clean_first_types);
367 types_to_download.RemoveAll(syncer::ProxyTypes());
368 if (!types_to_download.Empty())
369 types_to_download.Put(syncer::NIGORI);
375 // all our types_to_download actually contain no data before we sync them.
414 DCHECK(current_types.HasAll(types_to_download));
417 << syncer::ModelTypeSetToString(types_to_download)
421 // - Types which have just been added to the routing info (types_to_download):
432 types_to_download,
    [all...]
  /external/chromium_org/components/sync_driver/
data_type_manager_impl.h 99 syncer::ModelTypeSet types_to_download,
data_type_manager_impl.cc 327 syncer::ModelTypeSet types_to_download,
335 failed_data_types_handler_->ResetPersistenceErrorsFrom(types_to_download);
362 syncer::ModelTypeSet ready_types = types_to_download;
  /external/chromium_org/sync/internal_api/
sync_manager_impl_unittest.cc     [all...]

Completed in 446 milliseconds