Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/
Dprocess_singleton.h52 enum NotifyResult { enum
79 NotifyResult NotifyOtherProcessOrCreate();
101 NotifyResult NotifyOtherProcess();
106 NotifyResult NotifyOtherProcessWithTimeout(
111 NotifyResult NotifyOtherProcessWithTimeoutOrCreate(
Dchrome_process_singleton_win_unittest.cc45 ProcessSingleton::NotifyResult result = ps1.NotifyOtherProcessOrCreate(); in TEST()
69 ProcessSingleton::NotifyResult result = ps1.NotifyOtherProcessOrCreate(); in TEST()
109 ProcessSingleton::NotifyResult result = ps1.NotifyOtherProcessOrCreate(); in TEST()
Dprocess_singleton_win.cc279 ProcessSingleton::NotifyResult ProcessSingleton::NotifyOtherProcess() { in NotifyOtherProcess()
329 ProcessSingleton::NotifyResult
331 ProcessSingleton::NotifyResult result = PROCESS_NONE; in NotifyOtherProcessOrCreate()
Dchrome_process_singleton.h48 ProcessSingleton::NotifyResult NotifyOtherProcessOrCreate();
Dchrome_process_singleton.cc32 ProcessSingleton::NotifyResult
Dprocess_singleton_posix.cc758 ProcessSingleton::NotifyResult ProcessSingleton::NotifyOtherProcess() { in NotifyOtherProcess()
766 ProcessSingleton::NotifyResult ProcessSingleton::NotifyOtherProcessWithTimeout( in NotifyOtherProcessWithTimeout()
900 ProcessSingleton::NotifyResult ProcessSingleton::NotifyOtherProcessOrCreate() { in NotifyOtherProcessOrCreate()
907 ProcessSingleton::NotifyResult
912 NotifyResult result = NotifyOtherProcessWithTimeout( in NotifyOtherProcessWithTimeoutOrCreate()
Dchrome_browser_main.h171 ProcessSingleton::NotifyResult notify_result_;
Dprocess_singleton_posix_unittest.cc163 ProcessSingleton::NotifyResult NotifyOtherProcess(bool override_kill) { in NotifyOtherProcess()
181 ProcessSingleton::NotifyResult NotifyOtherProcessOrCreate( in NotifyOtherProcessOrCreate()
/external/chromium_org/v8/test/perf-test/Collections/
Dbase.js224 BenchmarkSuite.prototype.NotifyResult = function() { method in BenchmarkSuite
228 if (this.runner.NotifyResult) {
230 this.runner.NotifyResult(this.name, formatted);
237 if (this.runner.NotifyResult) {
239 this.runner.NotifyResult(this.name + "Latency", formattedLatency);
248 if (runner.NotifyResult) {
249 runner.NotifyResult(this.name, "Skipped");
340 suite.NotifyResult();
Drun.js29 BenchmarkSuite.RunSuites({ NotifyResult: PrintResult, property
/external/chromium_org/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