/external/chromium_org/chrome/browser/sync/glue/ |
D | data_type_controller.cc | 14 return (result == UNRECOVERABLE_ERROR); in IsUnrecoverableResult()
|
D | data_type_manager.cc | 47 case UNRECOVERABLE_ERROR: in ConfigureStatusToString()
|
D | data_type_manager_impl.cc | 320 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()
|
D | data_type_manager.h | 44 UNRECOVERABLE_ERROR // We got an unrecoverable error during startup. enumerator
|
D | frontend_data_type_controller.cc | 177 syncer::SyncError::UNRECOVERABLE_ERROR, in Associate() 181 StartDone(UNRECOVERABLE_ERROR, local_merge_result, syncer_merge_result); in Associate()
|
D | data_type_controller.h | 58 UNRECOVERABLE_ERROR, // An unrecoverable error occured. enumerator
|
D | ui_data_type_controller.cc | 158 syncer::SyncError::UNRECOVERABLE_ERROR, in Associate() 162 StartDone(UNRECOVERABLE_ERROR, in Associate()
|
D | failed_data_types_handler.cc | 41 case syncer::SyncError::UNRECOVERABLE_ERROR: in UpdateFailedDataTypes()
|
D | non_ui_data_type_controller.cc | 355 syncer::SyncError::UNRECOVERABLE_ERROR, in StartAssociationWithSharedChangeProcessor() 359 StartDone(UNRECOVERABLE_ERROR, in StartAssociationWithSharedChangeProcessor()
|
D | non_frontend_data_type_controller.cc | 103 syncer::SyncError::UNRECOVERABLE_ERROR, in Associate() 440 StartDone(UNRECOVERABLE_ERROR, in AssociationCallback()
|
D | data_type_manager_impl_unittest.cc | 581 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()
|
D | model_association_manager.cc | 401 if (start_result == DataTypeController::UNRECOVERABLE_ERROR) in TypeStartCallback() 402 configure_status_ = DataTypeManager::UNRECOVERABLE_ERROR; in TypeStartCallback()
|
/external/chromium/chrome/browser/sync/glue/ |
D | data_type_manager.h | 41 UNRECOVERABLE_ERROR // A data type experienced an unrecoverable error enumerator
|
D | typed_url_data_type_controller.cc | 195 StartFailed(UNRECOVERABLE_ERROR); in StartImpl() 238 if (result == UNRECOVERABLE_ERROR || result == ASSOCIATION_FAILED) { in StartDoneImpl()
|
D | data_type_controller.h | 50 UNRECOVERABLE_ERROR, // An unrecoverable error occured. enumerator
|
D | autofill_data_type_controller.cc | 228 StartFailed(UNRECOVERABLE_ERROR); in StartImpl() 277 if (result == UNRECOVERABLE_ERROR || result == ASSOCIATION_FAILED) { in StartDoneImpl()
|
D | data_type_manager_impl.cc | 282 case DataTypeController::UNRECOVERABLE_ERROR: in TypeStartCallback() 283 configure_result = DataTypeManager::UNRECOVERABLE_ERROR; in TypeStartCallback()
|
D | frontend_data_type_controller.cc | 88 StartFailed(UNRECOVERABLE_ERROR, FROM_HERE); in Associate()
|
D | password_data_type_controller.cc | 153 StartFailed(UNRECOVERABLE_ERROR); in StartImpl()
|
D | theme_data_type_controller_unittest.cc | 135 EXPECT_CALL(start_callback_, Run(DataTypeController::UNRECOVERABLE_ERROR, _)); in TEST_F()
|
D | extension_data_type_controller_unittest.cc | 136 EXPECT_CALL(start_callback_, Run(DataTypeController::UNRECOVERABLE_ERROR, _)); in TEST_F()
|
D | preference_data_type_controller_unittest.cc | 137 EXPECT_CALL(start_callback_, Run(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 | 25 case UNRECOVERABLE_ERROR: in SyncError()
|
/external/chromium_org/chrome/browser/password_manager/ |
D | password_syncable_service.cc | 50 syncer::SyncError::UNRECOVERABLE_ERROR, in ProcessSyncChanges()
|