Searched refs:UNRECOVERABLE_ERROR (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/components/sync_driver/
H A Ddata_type_manager.cc29 case UNRECOVERABLE_ERROR:
H A Ddata_type_controller.cc25 return (result == UNRECOVERABLE_ERROR);
H A Ddata_type_manager.h44 UNRECOVERABLE_ERROR // We got an unrecoverable error during startup. enumerator in enum:sync_driver::DataTypeManager::ConfigureStatus
H A Dfake_data_type_controller.cc76 } else if (result == UNRECOVERABLE_ERROR) {
80 syncer::SyncError::UNRECOVERABLE_ERROR,
H A Ddata_type_controller.h61 UNRECOVERABLE_ERROR, // An unrecoverable error occured. enumerator in enum:sync_driver::DataTypeController::ConfigureResult
H A Dui_data_type_controller.cc156 syncer::SyncError::UNRECOVERABLE_ERROR,
160 StartDone(UNRECOVERABLE_ERROR,
H A Ddata_type_manager_impl.cc375 syncer::SyncError::UNRECOVERABLE_ERROR,
381 Abort(UNRECOVERABLE_ERROR);
441 if (error.error_type() != syncer::SyncError::UNRECOVERABLE_ERROR) {
501 if (result.status == ABORTED || result.status == UNRECOVERABLE_ERROR) {
588 case DataTypeManager::UNRECOVERABLE_ERROR:
589 DVLOG(1) << "NotifyDone called with result: UNRECOVERABLE_ERROR";
590 UMA_HISTOGRAM_LONG_TIMES("Sync.ConfigureTime_Long.UNRECOVERABLE_ERROR",
H A Ddata_type_status_table.cc44 case syncer::SyncError::UNRECOVERABLE_ERROR:
H A Dnon_ui_data_type_controller.cc340 syncer::SyncError::UNRECOVERABLE_ERROR,
344 StartDone(UNRECOVERABLE_ERROR,
H A Dmodel_association_manager.cc331 if (start_result == DataTypeController::UNRECOVERABLE_ERROR)
332 configure_status_ = DataTypeManager::UNRECOVERABLE_ERROR;
H A Dui_data_type_controller_unittest.cc165 // DTC calls the callback with UNRECOVERABLE_ERROR and that it goes into
170 Run(DataTypeController::UNRECOVERABLE_ERROR, _, _));
H A Ddata_type_manager_impl_unittest.cc69 SyncError::UNRECOVERABLE_ERROR,
666 SetConfigureDoneExpectation(DataTypeManager::UNRECOVERABLE_ERROR,
681 DataTypeController::UNRECOVERABLE_ERROR);
699 SetConfigureDoneExpectation(DataTypeManager::UNRECOVERABLE_ERROR,
720 DataTypeController::UNRECOVERABLE_ERROR);
1083 SetConfigureDoneExpectation(DataTypeManager::UNRECOVERABLE_ERROR,
H A Dmodel_association_manager_unittest.cc189 DataTypeManager::UNRECOVERABLE_ERROR, types);
202 DataTypeController::UNRECOVERABLE_ERROR);
H A Dnon_ui_data_type_controller_unittest.cc355 SetStartFailExpectations(DataTypeController::UNRECOVERABLE_ERROR);
/external/chromium_org/sync/api/
H A Dsync_error.h31 UNRECOVERABLE_ERROR, // An unrecoverable runtime error was encountered, and enumerator in enum:syncer::SyncError::ErrorType
H A Dsync_error.cc116 case UNRECOVERABLE_ERROR:
/external/chromium_org/chrome/browser/sync/glue/
H A Dfrontend_data_type_controller.cc203 syncer::SyncError::UNRECOVERABLE_ERROR,
207 StartDone(UNRECOVERABLE_ERROR, local_merge_result, syncer_merge_result);
H A Dnon_frontend_data_type_controller.cc103 syncer::SyncError::UNRECOVERABLE_ERROR,
458 StartDone(UNRECOVERABLE_ERROR,
H A Dbookmark_data_type_controller_unittest.cc306 Run(DataTypeController::UNRECOVERABLE_ERROR, _, _));
H A Dfrontend_data_type_controller_unittest.cc224 SetStartFailExpectations(DataTypeController::UNRECOVERABLE_ERROR);
H A Dnon_frontend_data_type_controller_unittest.cc275 SetStartFailExpectations(DataTypeController::UNRECOVERABLE_ERROR);
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_service.h249 UNRECOVERABLE_ERROR, enumerator in enum:ProfileSyncService::SyncStatusSummary
H A Dprofile_sync_service_startup_unittest.cc154 syncer::SyncError::UNRECOVERABLE_ERROR,
H A Dprofile_sync_service.cc1586 return UNRECOVERABLE_ERROR;
1614 case UNRECOVERABLE_ERROR:

Completed in 196 milliseconds