HomeSort by relevance Sort by last modified time
    Searched refs:failed_configuration_types (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/browser/sync/
test_profile_sync_service.cc 82 syncer::ModelTypeSet failed_configuration_types; local
89 syncer::Difference(to_download, failed_configuration_types),
90 syncer::Difference(to_download, failed_configuration_types),
91 failed_configuration_types, local
  /external/chromium_org/components/sync_driver/
data_type_manager_impl.h 103 syncer::ModelTypeSet failed_configuration_types);
data_type_manager_impl.cc 352 syncer::ModelTypeSet failed_configuration_types) {
359 // Ignore |failed_configuration_types| if we need to reconfigure
367 if (!failed_configuration_types.Empty()) {
372 failed_configuration_types.First(); iter.Good(); iter.Inc()) {
  /external/chromium_org/chrome/browser/sync/glue/
sync_backend_host_core.cc 617 const syncer::ModelTypeSet failed_configuration_types = local
620 Difference(types_to_config, failed_configuration_types);
625 failed_configuration_types,
sync_backend_host_impl.h 165 const syncer::ModelTypeSet failed_configuration_types,
sync_backend_host_impl.cc 593 const syncer::ModelTypeSet failed_configuration_types,
606 ready_task.Run(succeeded_configuration_types, failed_configuration_types);

Completed in 121 milliseconds