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

/external/chromium_org/chrome/browser/
H A Dprocess_singleton.h52 enum NotifyResult { enum in class:ProcessSingleton
79 NotifyResult NotifyOtherProcessOrCreate();
101 NotifyResult NotifyOtherProcess();
106 NotifyResult NotifyOtherProcessWithTimeout(
110 NotifyResult NotifyOtherProcessWithTimeoutOrCreate(
/external/chromium_org/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 1119 milliseconds