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

  /external/chromium_org/chrome/browser/sync/
test_profile_sync_service.cc 110 syncer::ModelTypeSet failed_configuration_types; local
112 failed_configuration_types = to_download;
119 syncer::Difference(to_download, failed_configuration_types),
120 syncer::Difference(to_download, failed_configuration_types),
121 failed_configuration_types, local
  /external/chromium_org/chrome/browser/sync/glue/
data_type_manager_impl.h 99 syncer::ModelTypeSet failed_configuration_types);
data_type_manager_impl.cc 301 syncer::ModelTypeSet failed_configuration_types) {
308 // Ignore |failed_configuration_types| if we need to reconfigure
316 if (!failed_configuration_types.Empty()) {
320 syncer::ModelTypeSetToString(failed_configuration_types);
324 failed_configuration_types.First().Get());
sync_backend_host.cc 790 const syncer::ModelTypeSet failed_configuration_types,
801 ready_task.Run(succeeded_configuration_types, failed_configuration_types);
1341 const syncer::ModelTypeSet failed_configuration_types = local
    [all...]
sync_backend_host.h 389 const syncer::ModelTypeSet failed_configuration_types,

Completed in 3247 milliseconds