Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/
Dprocess_singleton.h45 enum NotifyResult { enum
63 NotifyResult NotifyOtherProcess();
68 NotifyResult NotifyOtherProcessOrCreate();
73 NotifyResult NotifyOtherProcessWithTimeout(const CommandLine& command_line,
76 NotifyResult NotifyOtherProcessWithTimeoutOrCreate(
Dprocess_singleton_mac.cc54 ProcessSingleton::NotifyResult ProcessSingleton::NotifyOtherProcess() { in NotifyOtherProcess()
59 ProcessSingleton::NotifyResult ProcessSingleton::NotifyOtherProcessOrCreate() { in NotifyOtherProcessOrCreate()
Dprocess_singleton_win.cc86 ProcessSingleton::NotifyResult ProcessSingleton::NotifyOtherProcess() { in NotifyOtherProcess()
163 ProcessSingleton::NotifyResult ProcessSingleton::NotifyOtherProcessOrCreate() { in NotifyOtherProcessOrCreate()
164 NotifyResult result = NotifyOtherProcess(); in NotifyOtherProcessOrCreate()
Dprocess_singleton_linux.cc762 ProcessSingleton::NotifyResult ProcessSingleton::NotifyOtherProcess() { in NotifyOtherProcess()
768 ProcessSingleton::NotifyResult ProcessSingleton::NotifyOtherProcessWithTimeout( in NotifyOtherProcessWithTimeout()
887 ProcessSingleton::NotifyResult ProcessSingleton::NotifyOtherProcessOrCreate() { in NotifyOtherProcessOrCreate()
893 ProcessSingleton::NotifyResult
897 NotifyResult result = NotifyOtherProcessWithTimeout(command_line, in NotifyOtherProcessWithTimeoutOrCreate()
Dprocess_singleton_linux_uitest.cc82 ProcessSingleton::NotifyResult NotifyOtherProcess(const std::string& url, in NotifyOtherProcess()
92 ProcessSingleton::NotifyResult NotifyOtherProcessOrCreate( in NotifyOtherProcessOrCreate()
/external/v8/benchmarks/
Dbase.js177 BenchmarkSuite.prototype.NotifyResult = function() { method in BenchmarkSuite
181 if (this.runner.NotifyResult) {
183 this.runner.NotifyResult(this.name, formatted);
257 suite.NotifyResult();
Drun.js60 BenchmarkSuite.RunSuites({ NotifyResult: PrintResult, property