Searched defs:types_to_download (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/sync/engine/
H A Dsync_scheduler.h31 ModelTypeSet types_to_download,
40 ModelTypeSet types_to_download; member in struct:syncer::ConfigurationParams
H A Dsync_scheduler_impl.cc89 ModelTypeSet types_to_download,
94 types_to_download(types_to_download),
262 // |types_to_download| from |current_routes|.
264 ModelTypeSet types_to_download,
267 for (ModelTypeSet::Iterator iter = types_to_download.First(); iter.Good();
293 BuildModelSafeParams(params.types_to_download,
299 if (!params.types_to_download.Empty()) {
512 pending_configure_params_->types_to_download,
87 ConfigurationParams( const sync_pb::GetUpdatesCallerInfo::GetUpdatesSource& source, ModelTypeSet types_to_download, const ModelSafeRoutingInfo& routing_info, const base::Closure& ready_task, const base::Closure& retry_task) argument
263 BuildModelSafeParams( ModelTypeSet types_to_download, const ModelSafeRoutingInfo& current_routes, ModelSafeRoutingInfo* result_routes) argument
/external/chromium_org/components/sync_driver/
H A Ddata_type_manager_impl.cc349 syncer::ModelTypeSet types_to_download,
357 data_type_status_table_.ResetPersistenceErrorsFrom(types_to_download);
388 syncer::ModelTypeSet ready_types = types_to_download;
347 DownloadReady( base::Time download_start_time, syncer::ModelTypeSet types_to_download, syncer::ModelTypeSet high_priority_types_before, syncer::ModelTypeSet first_sync_types, syncer::ModelTypeSet failed_configuration_types) argument
/external/chromium_org/chrome/browser/sync/glue/
H A Dsync_backend_host_impl.cc361 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 273 milliseconds