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

  /external/chromium/chrome/browser/sync/glue/
data_type_controller.h 50 UNRECOVERABLE_ERROR, // An unrecoverable error occured.
data_type_manager.h 41 UNRECOVERABLE_ERROR // A data type experienced an unrecoverable error
autofill_data_type_controller.cc 228 StartFailed(UNRECOVERABLE_ERROR);
277 if (result == UNRECOVERABLE_ERROR || result == ASSOCIATION_FAILED) {
typed_url_data_type_controller.cc 195 StartFailed(UNRECOVERABLE_ERROR);
238 if (result == UNRECOVERABLE_ERROR || result == ASSOCIATION_FAILED) {
frontend_data_type_controller.cc 88 StartFailed(UNRECOVERABLE_ERROR, FROM_HERE);
password_data_type_controller.cc 153 StartFailed(UNRECOVERABLE_ERROR);
data_type_manager_impl.cc 282 case DataTypeController::UNRECOVERABLE_ERROR:
283 configure_result = DataTypeManager::UNRECOVERABLE_ERROR;
bookmark_data_type_controller_unittest.cc 180 EXPECT_CALL(start_callback_, Run(DataTypeController::UNRECOVERABLE_ERROR, _));
extension_data_type_controller_unittest.cc 136 EXPECT_CALL(start_callback_, Run(DataTypeController::UNRECOVERABLE_ERROR, _));
frontend_data_type_controller_unittest.cc 191 SetStartFailExpectations(DataTypeController::UNRECOVERABLE_ERROR);
preference_data_type_controller_unittest.cc 137 EXPECT_CALL(start_callback_, Run(DataTypeController::UNRECOVERABLE_ERROR, _));
theme_data_type_controller_unittest.cc 135 EXPECT_CALL(start_callback_, Run(DataTypeController::UNRECOVERABLE_ERROR, _));

Completed in 81 milliseconds