Searched refs:NotifyResult (Results 1 – 7 of 7) sorted by relevance
45 enum NotifyResult { enum63 NotifyResult NotifyOtherProcess();68 NotifyResult NotifyOtherProcessOrCreate();73 NotifyResult NotifyOtherProcessWithTimeout(const CommandLine& command_line,76 NotifyResult NotifyOtherProcessWithTimeoutOrCreate(
54 ProcessSingleton::NotifyResult ProcessSingleton::NotifyOtherProcess() { in NotifyOtherProcess()59 ProcessSingleton::NotifyResult ProcessSingleton::NotifyOtherProcessOrCreate() { in NotifyOtherProcessOrCreate()
86 ProcessSingleton::NotifyResult ProcessSingleton::NotifyOtherProcess() { in NotifyOtherProcess()163 ProcessSingleton::NotifyResult ProcessSingleton::NotifyOtherProcessOrCreate() { in NotifyOtherProcessOrCreate()164 NotifyResult result = NotifyOtherProcess(); in NotifyOtherProcessOrCreate()
762 ProcessSingleton::NotifyResult ProcessSingleton::NotifyOtherProcess() { in NotifyOtherProcess()768 ProcessSingleton::NotifyResult ProcessSingleton::NotifyOtherProcessWithTimeout( in NotifyOtherProcessWithTimeout()887 ProcessSingleton::NotifyResult ProcessSingleton::NotifyOtherProcessOrCreate() { in NotifyOtherProcessOrCreate()893 ProcessSingleton::NotifyResult897 NotifyResult result = NotifyOtherProcessWithTimeout(command_line, in NotifyOtherProcessWithTimeoutOrCreate()
82 ProcessSingleton::NotifyResult NotifyOtherProcess(const std::string& url, in NotifyOtherProcess()92 ProcessSingleton::NotifyResult NotifyOtherProcessOrCreate( in NotifyOtherProcessOrCreate()
177 BenchmarkSuite.prototype.NotifyResult = function() { method in BenchmarkSuite181 if (this.runner.NotifyResult) {183 this.runner.NotifyResult(this.name, formatted);257 suite.NotifyResult();
60 BenchmarkSuite.RunSuites({ NotifyResult: PrintResult, property