Searched defs:config_types (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/sync/glue/
H A Dsync_backend_host_core.cc578 const DoConfigureSyncerTypes& config_types,
589 config_types.to_download,
596 config_types.to_download,
597 config_types.to_purge,
598 config_types.to_journal,
599 config_types.to_unapply,
576 DoConfigureSyncer( syncer::ConfigureReason reason, const DoConfigureSyncerTypes& config_types, const syncer::ModelSafeRoutingInfo routing_info, const base::Callback<void(syncer::ModelTypeSet, syncer::ModelTypeSet)>& ready_task, const base::Closure& retry_callback) argument
H A Dsync_backend_host_impl.cc575 DoConfigureSyncerTypes config_types; local
576 config_types.to_download = to_download;
577 config_types.to_purge = to_purge;
578 config_types.to_journal = to_journal;
579 config_types.to_unapply = to_unapply;
584 config_types,

Completed in 65 milliseconds