Searched defs:NotifyResult (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/
H A Dprocess_singleton.h45 enum NotifyResult { enum in class:ProcessSingleton
63 NotifyResult NotifyOtherProcess();
68 NotifyResult NotifyOtherProcessOrCreate();
73 NotifyResult NotifyOtherProcessWithTimeout(const CommandLine& command_line,
76 NotifyResult NotifyOtherProcessWithTimeoutOrCreate(
/external/v8/benchmarks/
H A Dbase.js177 BenchmarkSuite.prototype.NotifyResult = function() {
181 if (this.runner.NotifyResult) {
183 this.runner.NotifyResult(this.name, formatted);
257 suite.NotifyResult();

Completed in 71 milliseconds