Home
last modified time | relevance | path

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

12

/external/chromium_org/chrome/browser/sync/glue/
Ddata_type_controller.cc14 return (result == UNRECOVERABLE_ERROR); in IsUnrecoverableResult()
Ddata_type_manager.cc47 case UNRECOVERABLE_ERROR: in ConfigureStatusToString()
Ddata_type_manager_impl.cc320 syncer::SyncError::UNRECOVERABLE_ERROR, in DownloadReady()
323 Abort(UNRECOVERABLE_ERROR, error); in DownloadReady()
433 if (result.status == ABORTED || result.status == UNRECOVERABLE_ERROR) { in OnModelAssociationDone()
547 case DataTypeManager::UNRECOVERABLE_ERROR: in NotifyDone()
Ddata_type_manager.h44 UNRECOVERABLE_ERROR // We got an unrecoverable error during startup. enumerator
Dfrontend_data_type_controller.cc177 syncer::SyncError::UNRECOVERABLE_ERROR, in Associate()
181 StartDone(UNRECOVERABLE_ERROR, local_merge_result, syncer_merge_result); in Associate()
Ddata_type_controller.h58 UNRECOVERABLE_ERROR, // An unrecoverable error occured. enumerator
Dui_data_type_controller.cc158 syncer::SyncError::UNRECOVERABLE_ERROR, in Associate()
162 StartDone(UNRECOVERABLE_ERROR, in Associate()
Dfailed_data_types_handler.cc41 case syncer::SyncError::UNRECOVERABLE_ERROR: in UpdateFailedDataTypes()
Dnon_ui_data_type_controller.cc355 syncer::SyncError::UNRECOVERABLE_ERROR, in StartAssociationWithSharedChangeProcessor()
359 StartDone(UNRECOVERABLE_ERROR, in StartAssociationWithSharedChangeProcessor()
Dnon_frontend_data_type_controller.cc103 syncer::SyncError::UNRECOVERABLE_ERROR, in Associate()
440 StartDone(UNRECOVERABLE_ERROR, in AssociationCallback()
Ddata_type_manager_impl_unittest.cc581 SetConfigureDoneExpectation(DataTypeManager::UNRECOVERABLE_ERROR); in TEST_F()
591 DataTypeController::UNRECOVERABLE_ERROR); in TEST_F()
608 SetConfigureDoneExpectation(DataTypeManager::UNRECOVERABLE_ERROR); in TEST_F()
625 DataTypeController::UNRECOVERABLE_ERROR); in TEST_F()
988 SetConfigureDoneExpectation(DataTypeManager::UNRECOVERABLE_ERROR); in TEST_F()
Dmodel_association_manager.cc401 if (start_result == DataTypeController::UNRECOVERABLE_ERROR) in TypeStartCallback()
402 configure_status_ = DataTypeManager::UNRECOVERABLE_ERROR; in TypeStartCallback()
/external/chromium/chrome/browser/sync/glue/
Ddata_type_manager.h41 UNRECOVERABLE_ERROR // A data type experienced an unrecoverable error enumerator
Dtyped_url_data_type_controller.cc195 StartFailed(UNRECOVERABLE_ERROR); in StartImpl()
238 if (result == UNRECOVERABLE_ERROR || result == ASSOCIATION_FAILED) { in StartDoneImpl()
Ddata_type_controller.h50 UNRECOVERABLE_ERROR, // An unrecoverable error occured. enumerator
Dautofill_data_type_controller.cc228 StartFailed(UNRECOVERABLE_ERROR); in StartImpl()
277 if (result == UNRECOVERABLE_ERROR || result == ASSOCIATION_FAILED) { in StartDoneImpl()
Ddata_type_manager_impl.cc282 case DataTypeController::UNRECOVERABLE_ERROR: in TypeStartCallback()
283 configure_result = DataTypeManager::UNRECOVERABLE_ERROR; in TypeStartCallback()
Dfrontend_data_type_controller.cc88 StartFailed(UNRECOVERABLE_ERROR, FROM_HERE); in Associate()
Dpassword_data_type_controller.cc153 StartFailed(UNRECOVERABLE_ERROR); in StartImpl()
Dtheme_data_type_controller_unittest.cc135 EXPECT_CALL(start_callback_, Run(DataTypeController::UNRECOVERABLE_ERROR, _)); in TEST_F()
Dextension_data_type_controller_unittest.cc136 EXPECT_CALL(start_callback_, Run(DataTypeController::UNRECOVERABLE_ERROR, _)); in TEST_F()
Dpreference_data_type_controller_unittest.cc137 EXPECT_CALL(start_callback_, Run(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.cc25 case UNRECOVERABLE_ERROR: in SyncError()
/external/chromium_org/chrome/browser/password_manager/
Dpassword_syncable_service.cc50 syncer::SyncError::UNRECOVERABLE_ERROR, in ProcessSyncChanges()

12