HomeSort by relevance Sort by last modified time
    Searched defs:RecordUnrecoverableError (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/chrome/browser/sync/glue/
data_type_controller.cc 32 void DataTypeController::RecordUnrecoverableError(
fake_data_type_controller.cc 134 void FakeDataTypeController::RecordUnrecoverableError(
  /external/chromium/chrome/browser/sync/glue/
preference_data_type_controller.cc 34 void PreferenceDataTypeController::RecordUnrecoverableError(
app_data_type_controller.cc 42 void AppDataTypeController::RecordUnrecoverableError(
bookmark_data_type_controller.cc 72 void BookmarkDataTypeController::RecordUnrecoverableError(
extension_data_type_controller.cc 42 void ExtensionDataTypeController::RecordUnrecoverableError(
session_data_type_controller.cc 38 void SessionDataTypeController::RecordUnrecoverableError(
theme_data_type_controller.cc 42 void ThemeDataTypeController::RecordUnrecoverableError(
frontend_data_type_controller_unittest.cc 69 virtual void RecordUnrecoverableError(
72 mock_->RecordUnrecoverableError(from_here, message);
230 EXPECT_CALL(*dtc_mock_, RecordUnrecoverableError(_, "Test"));

Completed in 547 milliseconds