Home
last modified time | relevance | path

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

/external/chromium_org/components/sync_driver/
Dfake_data_type_controller.cc76 } else if (result == UNRECOVERABLE_ERROR) { in FinishStart()
80 syncer::SyncError::UNRECOVERABLE_ERROR, in FinishStart()
Ddata_type_manager_impl.cc375 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()
Ddata_type_manager.cc29 case UNRECOVERABLE_ERROR: in ConfigureStatusToString()
Ddata_type_manager.h44 UNRECOVERABLE_ERROR // We got an unrecoverable error during startup. enumerator
Ddata_type_controller.cc25 return (result == UNRECOVERABLE_ERROR); in IsUnrecoverableResult()
Dui_data_type_controller.cc156 syncer::SyncError::UNRECOVERABLE_ERROR, in Associate()
160 StartDone(UNRECOVERABLE_ERROR, in Associate()
Ddata_type_controller.h61 UNRECOVERABLE_ERROR, // An unrecoverable error occured. enumerator
Dnon_ui_data_type_controller.cc340 syncer::SyncError::UNRECOVERABLE_ERROR, in StartAssociationWithSharedChangeProcessor()
344 StartDone(UNRECOVERABLE_ERROR, in StartAssociationWithSharedChangeProcessor()
Ddata_type_manager_impl_unittest.cc69 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()
Dmodel_association_manager.cc331 if (start_result == DataTypeController::UNRECOVERABLE_ERROR) in TypeStartCallback()
332 configure_status_ = DataTypeManager::UNRECOVERABLE_ERROR; in TypeStartCallback()
Ddata_type_status_table.cc44 case syncer::SyncError::UNRECOVERABLE_ERROR: in UpdateFailedDataTypes()
Dui_data_type_controller_unittest.cc170 Run(DataTypeController::UNRECOVERABLE_ERROR, _, _)); in TEST_F()
Dmodel_association_manager_unittest.cc189 DataTypeManager::UNRECOVERABLE_ERROR, types); in TEST_F()
202 DataTypeController::UNRECOVERABLE_ERROR); in TEST_F()
Dnon_ui_data_type_controller_unittest.cc355 SetStartFailExpectations(DataTypeController::UNRECOVERABLE_ERROR); in TEST_F()
/external/chromium_org/sync/api/
Dsync_error.h31 UNRECOVERABLE_ERROR, // An unrecoverable runtime error was encountered, and enumerator
Dsync_error.cc116 case UNRECOVERABLE_ERROR: in GetMessagePrefix()
/external/chromium_org/chrome/browser/sync/glue/
Dfrontend_data_type_controller.cc203 syncer::SyncError::UNRECOVERABLE_ERROR, in Associate()
207 StartDone(UNRECOVERABLE_ERROR, local_merge_result, syncer_merge_result); in Associate()
Dnon_frontend_data_type_controller.cc103 syncer::SyncError::UNRECOVERABLE_ERROR, in Associate()
458 StartDone(UNRECOVERABLE_ERROR, in AssociationCallback()
Dfrontend_data_type_controller_unittest.cc224 SetStartFailExpectations(DataTypeController::UNRECOVERABLE_ERROR); in TEST_F()
Dbookmark_data_type_controller_unittest.cc306 Run(DataTypeController::UNRECOVERABLE_ERROR, _, _)); in TEST_F()
Dnon_frontend_data_type_controller_unittest.cc275 SetStartFailExpectations(DataTypeController::UNRECOVERABLE_ERROR); in TEST_F()
/external/chromium_org/chrome/browser/sync/
Dprofile_sync_service_startup_unittest.cc154 syncer::SyncError::UNRECOVERABLE_ERROR, in SetError()
Dprofile_sync_service.h249 UNRECOVERABLE_ERROR, enumerator
Dprofile_sync_service.cc1586 return UNRECOVERABLE_ERROR; in QuerySyncStatusSummary()
1614 case UNRECOVERABLE_ERROR: in QuerySyncStatusSummaryString()