Searched defs:to_download (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/sync/glue/
H A Dsync_backend_host_core.h74 syncer::ModelTypeSet to_download; member in struct:browser_sync::DoConfigureSyncerTypes
H A Dsync_backend_host_impl.cc573 syncer::ModelTypeSet to_download,
583 config_types.to_download = to_download;
571 RequestConfigureSyncer( syncer::ConfigureReason reason, syncer::ModelTypeSet to_download, syncer::ModelTypeSet to_purge, syncer::ModelTypeSet to_journal, syncer::ModelTypeSet to_unapply, syncer::ModelTypeSet to_ignore, const syncer::ModelSafeRoutingInfo& routing_info, const base::Callback<void(syncer::ModelTypeSet, syncer::ModelTypeSet)>& ready_task, const base::Closure& retry_callback) argument
/external/chromium_org/chrome/browser/sync/
H A Dtest_profile_sync_service.cc70 syncer::ModelTypeSet to_download,
86 syncer::Difference(to_download, failed_configuration_types),
87 syncer::Difference(to_download, failed_configuration_types),
68 RequestConfigureSyncer( syncer::ConfigureReason reason, syncer::ModelTypeSet to_download, syncer::ModelTypeSet to_purge, syncer::ModelTypeSet to_journal, syncer::ModelTypeSet to_unapply, syncer::ModelTypeSet to_ignore, const syncer::ModelSafeRoutingInfo& routing_info, const base::Callback<void(syncer::ModelTypeSet, syncer::ModelTypeSet)>& ready_task, const base::Closure& retry_callback) argument
/external/chromium_org/sync/internal_api/
H A Dsync_rollback_manager_base.cc97 ModelTypeSet to_download,
104 for (ModelTypeSet::Iterator type = to_download.First();
95 ConfigureSyncer( ConfigureReason reason, ModelTypeSet to_download, ModelTypeSet to_purge, ModelTypeSet to_journal, ModelTypeSet to_unapply, const ModelSafeRoutingInfo& new_routing_info, const base::Closure& ready_task, const base::Closure& retry_task) argument
H A Dsync_manager_impl.cc260 ModelTypeSet to_download,
275 << ModelTypeSetToString(to_download)
293 to_download, local
258 ConfigureSyncer( ConfigureReason reason, ModelTypeSet to_download, ModelTypeSet to_purge, ModelTypeSet to_journal, ModelTypeSet to_unapply, const ModelSafeRoutingInfo& new_routing_info, const base::Closure& ready_task, const base::Closure& retry_task) argument
/external/chromium_org/sync/internal_api/test/
H A Dfake_sync_manager.cc146 ModelTypeSet to_download,
155 ModelTypeSet success_types = to_download;
144 ConfigureSyncer( ConfigureReason reason, ModelTypeSet to_download, ModelTypeSet to_purge, ModelTypeSet to_journal, ModelTypeSet to_unapply, const ModelSafeRoutingInfo& new_routing_info, const base::Closure& ready_task, const base::Closure& retry_task) argument

Completed in 611 milliseconds