Home
last modified time | relevance | path

Searched refs:GetOutcomeCode (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/diagnostics/
Ddiagnostics_controller_unittest.cc139 EXPECT_EQ(DIAG_SQLITE_ERROR_HANDLER_CALLED, info->GetOutcomeCode()); in TEST_F()
161 EXPECT_EQ(DIAG_SQLITE_ERROR_HANDLER_CALLED, info->GetOutcomeCode()); in TEST_F()
Ddiagnostics_model.h74 virtual int GetOutcomeCode() const = 0;
Ddiagnostics_test.h70 virtual int GetOutcomeCode() const OVERRIDE;
Ddiagnostics_test.cc97 int DiagnosticsTest::GetOutcomeCode() const { return outcome_code_; } in GetOutcomeCode() function in diagnostics::DiagnosticsTest
Dsqlite_diagnostics.cc48 int outcome_code = GetOutcomeCode(); in RecoveryImpl()
Ddiagnostics_writer.cc231 test_info.GetOutcomeCode(), in OnTestFinished()