Searched refs:outcome_code (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/diagnostics/
H A Ddiagnostics_test.h44 void RecordStopFailure(int outcome_code, const std::string& additional_info) { argument
46 outcome_code, additional_info, DiagnosticsModel::TEST_FAIL_STOP);
49 void RecordFailure(int outcome_code, const std::string& additional_info) { argument
51 outcome_code, additional_info, DiagnosticsModel::TEST_FAIL_CONTINUE);
58 void RecordOutcome(int outcome_code,
H A Ddiagnostics_writer.h54 int outcome_code,
H A Ddiagnostics_writer.cc250 int outcome_code,
271 "%03d %s (%s)", outcome_code, id.c_str(), extra.c_str()));
280 outcome_code,
247 WriteResult(bool success, const std::string& id, const std::string& name, int outcome_code, const std::string& extra) argument
H A Dsqlite_diagnostics.cc48 int outcome_code = GetOutcomeCode(); variable
50 switch (outcome_code) {
65 DCHECK(false) << "Invalid outcome code: " << outcome_code;
H A Ddiagnostics_test.cc53 void DiagnosticsTest::RecordOutcome(int outcome_code, argument
57 outcome_code_ = outcome_code;

Completed in 73 milliseconds