OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RecordUMATestResult
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/browser/diagnostics/
diagnostics_metrics.h
76
void
RecordUMATestResult
(DiagnosticsTestId id, RunResultMetrics result);
diagnostics_test.cc
63
RecordUMATestResult
(static_cast<DiagnosticsTestId>(GetId()),
71
RecordUMATestResult
(static_cast<DiagnosticsTestId>(GetId()),
diagnostics_controller.cc
54
RecordUMATestResult
(static_cast<DiagnosticsTestId>(i), RESULT_NOT_RUN);
diagnostics_metrics.cc
116
void
RecordUMATestResult
(DiagnosticsTestId id, RunResultMetrics result) {
diagnostics_model.cc
69
RecordUMATestResult
(static_cast<DiagnosticsTestId>(tests_[i]->GetId()),
Completed in 44 milliseconds