/external/chromium_org/components/sync_driver/ |
D | fake_data_type_controller.cc | 76 } else if (result == UNRECOVERABLE_ERROR) { in FinishStart() 80 syncer::SyncError::UNRECOVERABLE_ERROR, in FinishStart()
|
D | data_type_manager_impl.cc | 375 syncer::SyncError::UNRECOVERABLE_ERROR, in DownloadReady() 381 Abort(UNRECOVERABLE_ERROR); in DownloadReady() 441 if (error.error_type() != syncer::SyncError::UNRECOVERABLE_ERROR) { in OnSingleDataTypeWillStop() 501 if (result.status == ABORTED || result.status == UNRECOVERABLE_ERROR) { in OnModelAssociationDone() 588 case DataTypeManager::UNRECOVERABLE_ERROR: in NotifyDone()
|
D | data_type_manager.cc | 29 case UNRECOVERABLE_ERROR: in ConfigureStatusToString()
|
D | data_type_manager.h | 44 UNRECOVERABLE_ERROR // We got an unrecoverable error during startup. enumerator
|
D | data_type_controller.cc | 25 return (result == UNRECOVERABLE_ERROR); in IsUnrecoverableResult()
|
D | ui_data_type_controller.cc | 156 syncer::SyncError::UNRECOVERABLE_ERROR, in Associate() 160 StartDone(UNRECOVERABLE_ERROR, in Associate()
|
D | data_type_controller.h | 61 UNRECOVERABLE_ERROR, // An unrecoverable error occured. enumerator
|
D | non_ui_data_type_controller.cc | 340 syncer::SyncError::UNRECOVERABLE_ERROR, in StartAssociationWithSharedChangeProcessor() 344 StartDone(UNRECOVERABLE_ERROR, in StartAssociationWithSharedChangeProcessor()
|
D | data_type_manager_impl_unittest.cc | 69 SyncError::UNRECOVERABLE_ERROR, in BuildStatusTable() 666 SetConfigureDoneExpectation(DataTypeManager::UNRECOVERABLE_ERROR, in TEST_F() 681 DataTypeController::UNRECOVERABLE_ERROR); in TEST_F() 699 SetConfigureDoneExpectation(DataTypeManager::UNRECOVERABLE_ERROR, in TEST_F() 720 DataTypeController::UNRECOVERABLE_ERROR); in TEST_F() 1083 SetConfigureDoneExpectation(DataTypeManager::UNRECOVERABLE_ERROR, in TEST_F()
|
D | model_association_manager.cc | 331 if (start_result == DataTypeController::UNRECOVERABLE_ERROR) in TypeStartCallback() 332 configure_status_ = DataTypeManager::UNRECOVERABLE_ERROR; in TypeStartCallback()
|
D | data_type_status_table.cc | 44 case syncer::SyncError::UNRECOVERABLE_ERROR: in UpdateFailedDataTypes()
|
D | ui_data_type_controller_unittest.cc | 170 Run(DataTypeController::UNRECOVERABLE_ERROR, _, _)); in TEST_F()
|
D | model_association_manager_unittest.cc | 189 DataTypeManager::UNRECOVERABLE_ERROR, types); in TEST_F() 202 DataTypeController::UNRECOVERABLE_ERROR); in TEST_F()
|
D | non_ui_data_type_controller_unittest.cc | 355 SetStartFailExpectations(DataTypeController::UNRECOVERABLE_ERROR); in TEST_F()
|
/external/chromium_org/sync/api/ |
D | sync_error.h | 31 UNRECOVERABLE_ERROR, // An unrecoverable runtime error was encountered, and enumerator
|
D | sync_error.cc | 116 case UNRECOVERABLE_ERROR: in GetMessagePrefix()
|
/external/chromium_org/chrome/browser/sync/glue/ |
D | frontend_data_type_controller.cc | 203 syncer::SyncError::UNRECOVERABLE_ERROR, in Associate() 207 StartDone(UNRECOVERABLE_ERROR, local_merge_result, syncer_merge_result); in Associate()
|
D | non_frontend_data_type_controller.cc | 103 syncer::SyncError::UNRECOVERABLE_ERROR, in Associate() 458 StartDone(UNRECOVERABLE_ERROR, in AssociationCallback()
|
D | frontend_data_type_controller_unittest.cc | 224 SetStartFailExpectations(DataTypeController::UNRECOVERABLE_ERROR); in TEST_F()
|
D | bookmark_data_type_controller_unittest.cc | 306 Run(DataTypeController::UNRECOVERABLE_ERROR, _, _)); in TEST_F()
|
D | non_frontend_data_type_controller_unittest.cc | 275 SetStartFailExpectations(DataTypeController::UNRECOVERABLE_ERROR); in TEST_F()
|
/external/chromium_org/chrome/browser/sync/ |
D | profile_sync_service_startup_unittest.cc | 154 syncer::SyncError::UNRECOVERABLE_ERROR, in SetError()
|
D | profile_sync_service.h | 249 UNRECOVERABLE_ERROR, enumerator
|
D | profile_sync_service.cc | 1586 return UNRECOVERABLE_ERROR; in QuerySyncStatusSummary() 1614 case UNRECOVERABLE_ERROR: in QuerySyncStatusSummaryString()
|