Searched defs:config_types (Results 1 - 2 of 2) sorted by relevance
/external/chromium/chrome/browser/sync/engine/ |
H A D | syncer_thread2_unittest.cc | 642 syncable::ModelTypeBitSet config_types; local 643 config_types[syncable::BOOKMARKS] = true; 646 syncer_thread()->ScheduleConfig(config_types); 651 EXPECT_TRUE(CompareModelTypeBitSetToModelTypePayloadMap(config_types,
|
/external/chromium_org/chrome/browser/sync/glue/ |
H A D | sync_backend_host.cc | 212 const DoConfigureSyncerTypes& config_types, 772 DoConfigureSyncerTypes config_types; local 773 config_types.to_download = to_download; 774 config_types.to_purge = to_purge; 775 config_types.to_journal = to_journal; 776 config_types.to_unapply = to_unapply; 781 config_types, 1307 const DoConfigureSyncerTypes& config_types, 1315 config_types.to_download, 1316 config_types 1305 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 [all...] |
Completed in 163 milliseconds