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

/external/chromium_org/chrome/browser/sync/
H A Dtest_profile_sync_service.cc63 syncer::ModelTypeSet to_download,
79 syncer::Difference(to_download, failed_configuration_types),
80 syncer::Difference(to_download, failed_configuration_types),
61 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/glue/
H A Dsync_backend_host_core.h73 syncer::ModelTypeSet to_download; member in struct:browser_sync::DoConfigureSyncerTypes
H A Dsync_backend_host_impl.cc485 syncer::ModelTypeSet to_download,
495 config_types.to_download = to_download;
483 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/test/
H A Dfake_sync_manager.cc150 ModelTypeSet to_download,
159 ModelTypeSet success_types = to_download;
148 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/
H A Dsync_manager_impl.cc299 ModelTypeSet to_download,
314 << ModelTypeSetToString(to_download)
332 to_download, local
297 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 116 milliseconds