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

  /external/chromium_org/components/sync_driver/
data_type_manager.cc 29 case UNRECOVERABLE_ERROR:
data_type_controller.cc 25 return (result == UNRECOVERABLE_ERROR);
data_type_manager.h 44 UNRECOVERABLE_ERROR // We got an unrecoverable error during startup.
fake_data_type_controller.cc 76 } else if (result == UNRECOVERABLE_ERROR) {
80 syncer::SyncError::UNRECOVERABLE_ERROR,
data_type_controller.h 61 UNRECOVERABLE_ERROR, // An unrecoverable error occured.
ui_data_type_controller.cc 156 syncer::SyncError::UNRECOVERABLE_ERROR,
160 StartDone(UNRECOVERABLE_ERROR,
data_type_manager_impl.cc 375 syncer::SyncError::UNRECOVERABLE_ERROR,
381 Abort(UNRECOVERABLE_ERROR);
441 if (error.error_type() != syncer::SyncError::UNRECOVERABLE_ERROR) {
501 if (result.status == ABORTED || result.status == UNRECOVERABLE_ERROR) {
588 case DataTypeManager::UNRECOVERABLE_ERROR:
589 DVLOG(1) << "NotifyDone called with result: UNRECOVERABLE_ERROR";
590 UMA_HISTOGRAM_LONG_TIMES("Sync.ConfigureTime_Long.UNRECOVERABLE_ERROR",
data_type_status_table.cc 44 case syncer::SyncError::UNRECOVERABLE_ERROR:
non_ui_data_type_controller.cc 340 syncer::SyncError::UNRECOVERABLE_ERROR,
344 StartDone(UNRECOVERABLE_ERROR,
model_association_manager.cc 331 if (start_result == DataTypeController::UNRECOVERABLE_ERROR)
332 configure_status_ = DataTypeManager::UNRECOVERABLE_ERROR;
ui_data_type_controller_unittest.cc 165 // DTC calls the callback with UNRECOVERABLE_ERROR and that it goes into
170 Run(DataTypeController::UNRECOVERABLE_ERROR, _, _));
data_type_manager_impl_unittest.cc 69 SyncError::UNRECOVERABLE_ERROR,
666 SetConfigureDoneExpectation(DataTypeManager::UNRECOVERABLE_ERROR,
681 DataTypeController::UNRECOVERABLE_ERROR);
699 SetConfigureDoneExpectation(DataTypeManager::UNRECOVERABLE_ERROR,
720 DataTypeController::UNRECOVERABLE_ERROR);
    [all...]
model_association_manager_unittest.cc 189 DataTypeManager::UNRECOVERABLE_ERROR, types);
202 DataTypeController::UNRECOVERABLE_ERROR);
non_ui_data_type_controller_unittest.cc 355 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 116 case UNRECOVERABLE_ERROR:
  /external/chromium_org/chrome/browser/sync/glue/
frontend_data_type_controller.cc 203 syncer::SyncError::UNRECOVERABLE_ERROR,
207 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),
457 if (result.unrecoverable_error) {
458 StartDone(UNRECOVERABLE_ERROR,
bookmark_data_type_controller_unittest.cc 306 Run(DataTypeController::UNRECOVERABLE_ERROR, _, _));
frontend_data_type_controller_unittest.cc 224 SetStartFailExpectations(DataTypeController::UNRECOVERABLE_ERROR);
non_frontend_data_type_controller_unittest.cc 275 SetStartFailExpectations(DataTypeController::UNRECOVERABLE_ERROR);
  /external/chromium_org/chrome/browser/sync/
profile_sync_service.h 249 UNRECOVERABLE_ERROR,
    [all...]
profile_sync_service_startup_unittest.cc 154 syncer::SyncError::UNRECOVERABLE_ERROR,
profile_sync_service.cc     [all...]

Completed in 303 milliseconds