Home
last modified time | relevance | path

Searched refs:NotifyResult (Results 1 – 2 of 2) sorted by relevance

/cts/suite/cts/deviceTests/browserbench/assets/octane/
Dbase.js182 BenchmarkSuite.prototype.NotifyResult = function() { method in BenchmarkSuite
186 if (this.runner.NotifyResult) {
188 this.runner.NotifyResult(this.name, formatted);
262 suite.NotifyResult();
Drun.js65 BenchmarkSuite.RunSuites({ NotifyResult: PrintResult, property