Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/
Dprocess_singleton.h50 enum NotifyResult { enum
78 NotifyResult NotifyOtherProcessOrCreate();
100 NotifyResult NotifyOtherProcess();
105 NotifyResult NotifyOtherProcessWithTimeout(const CommandLine& command_line,
108 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_mac.cc53 ProcessSingleton::NotifyResult ProcessSingleton::NotifyOtherProcess() { in NotifyOtherProcess()
58 ProcessSingleton::NotifyResult ProcessSingleton::NotifyOtherProcessOrCreate() { in NotifyOtherProcessOrCreate()
Dchrome_process_singleton.h48 ProcessSingleton::NotifyResult NotifyOtherProcessOrCreate();
Dprocess_singleton_win.cc281 ProcessSingleton::NotifyResult ProcessSingleton::NotifyOtherProcess() { in NotifyOtherProcess()
331 ProcessSingleton::NotifyResult
333 ProcessSingleton::NotifyResult result = PROCESS_NONE; in NotifyOtherProcessOrCreate()
Dchrome_process_singleton.cc32 ProcessSingleton::NotifyResult
Dprocess_singleton_linux.cc696 ProcessSingleton::NotifyResult ProcessSingleton::NotifyOtherProcess() { in NotifyOtherProcess()
702 ProcessSingleton::NotifyResult ProcessSingleton::NotifyOtherProcessWithTimeout( in NotifyOtherProcessWithTimeout()
827 ProcessSingleton::NotifyResult ProcessSingleton::NotifyOtherProcessOrCreate() { in NotifyOtherProcessOrCreate()
833 ProcessSingleton::NotifyResult
837 NotifyResult result = NotifyOtherProcessWithTimeout(command_line, in NotifyOtherProcessWithTimeoutOrCreate()
Dchrome_browser_main.h176 ProcessSingleton::NotifyResult notify_result_;
Dprocess_singleton_linux_unittest.cc124 ProcessSingleton::NotifyResult NotifyOtherProcess( in NotifyOtherProcess()
144 ProcessSingleton::NotifyResult NotifyOtherProcessOrCreate( in NotifyOtherProcessOrCreate()
/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
/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