HomeSort by relevance Sort by last modified time
    Searched refs:UNRECOVERABLE_ERROR (Results 1 - 22 of 22) sorted by null

  /external/chromium_org/components/sync_driver/
data_type_manager.cc 44 case UNRECOVERABLE_ERROR:
data_type_controller.cc 27 return (result == UNRECOVERABLE_ERROR);
data_type_manager.h 44 UNRECOVERABLE_ERROR // We got an unrecoverable error during startup.
data_type_controller.h 61 UNRECOVERABLE_ERROR, // An unrecoverable error occured.
data_type_manager_impl.cc 352 syncer::SyncError::UNRECOVERABLE_ERROR,
355 Abort(UNRECOVERABLE_ERROR, error);
478 if (result.status == ABORTED || result.status == UNRECOVERABLE_ERROR) {
591 case DataTypeManager::UNRECOVERABLE_ERROR:
592 DVLOG(1) << "NotifyDone called with result: UNRECOVERABLE_ERROR";
593 UMA_HISTOGRAM_LONG_TIMES("Sync.ConfigureTime_Long.UNRECOVERABLE_ERROR",
failed_data_types_handler.cc 44 case syncer::SyncError::UNRECOVERABLE_ERROR:
non_ui_data_type_controller.cc 360 syncer::SyncError::UNRECOVERABLE_ERROR,
364 StartDone(UNRECOVERABLE_ERROR,
ui_data_type_controller.cc 158 syncer::SyncError::UNRECOVERABLE_ERROR,
162 StartDone(UNRECOVERABLE_ERROR,
model_association_manager.cc 408 if (start_result == DataTypeController::UNRECOVERABLE_ERROR)
409 configure_status_ = DataTypeManager::UNRECOVERABLE_ERROR;
ui_data_type_controller_unittest.cc 174 // DTC calls the callback with UNRECOVERABLE_ERROR and that it goes into
179 Run(DataTypeController::UNRECOVERABLE_ERROR, _, _));
data_type_manager_impl_unittest.cc 586 SetConfigureDoneExpectation(DataTypeManager::UNRECOVERABLE_ERROR);
597 DataTypeController::UNRECOVERABLE_ERROR);
615 SetConfigureDoneExpectation(DataTypeManager::UNRECOVERABLE_ERROR);
632 DataTypeController::UNRECOVERABLE_ERROR);
    [all...]
model_association_manager_unittest.cc 238 DataTypeManager::UNRECOVERABLE_ERROR,
253 DataTypeController::UNRECOVERABLE_ERROR);
non_ui_data_type_controller_unittest.cc 371 SetStartFailExpectations(DataTypeController::UNRECOVERABLE_ERROR);
  /external/chromium_org/sync/api/
sync_error.h 31 UNRECOVERABLE_ERROR, // An unrecoverable runtime error was encountered, and
sync_error.cc 25 case UNRECOVERABLE_ERROR:
  /external/chromium_org/chrome/browser/sync/glue/
frontend_data_type_controller.cc 201 syncer::SyncError::UNRECOVERABLE_ERROR,
205 StartDone(UNRECOVERABLE_ERROR, local_merge_result, syncer_merge_result);
non_frontend_data_type_controller.cc 101 result.unrecoverable_error = true;
103 syncer::SyncError::UNRECOVERABLE_ERROR,
150 unrecoverable_error(false),
468 if (result.unrecoverable_error) {
469 StartDone(UNRECOVERABLE_ERROR,
frontend_data_type_controller_unittest.cc 225 SetStartFailExpectations(DataTypeController::UNRECOVERABLE_ERROR);
bookmark_data_type_controller_unittest.cc 306 Run(DataTypeController::UNRECOVERABLE_ERROR, _, _));
non_frontend_data_type_controller_unittest.cc 273 SetStartFailExpectations(DataTypeController::UNRECOVERABLE_ERROR);
  /external/chromium_org/chrome/browser/sync/
profile_sync_service.h 244 UNRECOVERABLE_ERROR,
    [all...]
profile_sync_service.cc     [all...]

Completed in 894 milliseconds