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 72 syncer::ModelTypeSet failed_configuration_types; local
79 syncer::Difference(to_download, failed_configuration_types),
80 syncer::Difference(to_download, failed_configuration_types),
81 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 299 syncer::ModelTypeSet failed_configuration_types) {
306 // Ignore |failed_configuration_types| if we need to reconfigure
314 if (!failed_configuration_types.Empty()) {
318 syncer::ModelTypeSetToString(failed_configuration_types);
322 failed_configuration_types.First().Get());
sync_backend_host_core.cc 576 const syncer::ModelTypeSet failed_configuration_types = local
579 Difference(types_to_config, failed_configuration_types);
584 failed_configuration_types,
sync_backend_host_impl.h 152 const syncer::ModelTypeSet failed_configuration_types,
sync_backend_host_impl.cc 512 const syncer::ModelTypeSet failed_configuration_types,
523 ready_task.Run(succeeded_configuration_types, failed_configuration_types);

Completed in 78 milliseconds