/external/chromium_org/chrome/browser/ |
D | process_singleton.h | 50 enum NotifyResult { enum 78 NotifyResult NotifyOtherProcessOrCreate(); 100 NotifyResult NotifyOtherProcess(); 105 NotifyResult NotifyOtherProcessWithTimeout(const CommandLine& command_line, 108 NotifyResult NotifyOtherProcessWithTimeoutOrCreate(
|
D | chrome_process_singleton_win_unittest.cc | 45 ProcessSingleton::NotifyResult result = ps1.NotifyOtherProcessOrCreate(); in TEST() 69 ProcessSingleton::NotifyResult result = ps1.NotifyOtherProcessOrCreate(); in TEST() 109 ProcessSingleton::NotifyResult result = ps1.NotifyOtherProcessOrCreate(); in TEST()
|
D | process_singleton_mac.cc | 53 ProcessSingleton::NotifyResult ProcessSingleton::NotifyOtherProcess() { in NotifyOtherProcess() 58 ProcessSingleton::NotifyResult ProcessSingleton::NotifyOtherProcessOrCreate() { in NotifyOtherProcessOrCreate()
|
D | chrome_process_singleton.h | 48 ProcessSingleton::NotifyResult NotifyOtherProcessOrCreate();
|
D | process_singleton_win.cc | 281 ProcessSingleton::NotifyResult ProcessSingleton::NotifyOtherProcess() { in NotifyOtherProcess() 331 ProcessSingleton::NotifyResult 333 ProcessSingleton::NotifyResult result = PROCESS_NONE; in NotifyOtherProcessOrCreate()
|
D | chrome_process_singleton.cc | 32 ProcessSingleton::NotifyResult
|
D | process_singleton_linux.cc | 696 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()
|
D | chrome_browser_main.h | 176 ProcessSingleton::NotifyResult notify_result_;
|
D | process_singleton_linux_unittest.cc | 124 ProcessSingleton::NotifyResult NotifyOtherProcess( in NotifyOtherProcess() 144 ProcessSingleton::NotifyResult NotifyOtherProcessOrCreate( in NotifyOtherProcessOrCreate()
|
/external/chromium/chrome/browser/ |
D | process_singleton.h | 45 enum NotifyResult { enum 63 NotifyResult NotifyOtherProcess(); 68 NotifyResult NotifyOtherProcessOrCreate(); 73 NotifyResult NotifyOtherProcessWithTimeout(const CommandLine& command_line, 76 NotifyResult NotifyOtherProcessWithTimeoutOrCreate(
|
D | process_singleton_mac.cc | 54 ProcessSingleton::NotifyResult ProcessSingleton::NotifyOtherProcess() { in NotifyOtherProcess() 59 ProcessSingleton::NotifyResult ProcessSingleton::NotifyOtherProcessOrCreate() { in NotifyOtherProcessOrCreate()
|
D | process_singleton_win.cc | 86 ProcessSingleton::NotifyResult ProcessSingleton::NotifyOtherProcess() { in NotifyOtherProcess() 163 ProcessSingleton::NotifyResult ProcessSingleton::NotifyOtherProcessOrCreate() { in NotifyOtherProcessOrCreate() 164 NotifyResult result = NotifyOtherProcess(); in NotifyOtherProcessOrCreate()
|
D | process_singleton_linux.cc | 762 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()
|
D | process_singleton_linux_uitest.cc | 82 ProcessSingleton::NotifyResult NotifyOtherProcess(const std::string& url, in NotifyOtherProcess() 92 ProcessSingleton::NotifyResult NotifyOtherProcessOrCreate( in NotifyOtherProcessOrCreate()
|
/external/v8/benchmarks/ |
D | base.js | 177 BenchmarkSuite.prototype.NotifyResult = function() { method in BenchmarkSuite 181 if (this.runner.NotifyResult) { 183 this.runner.NotifyResult(this.name, formatted); 257 suite.NotifyResult();
|
D | run.js | 60 BenchmarkSuite.RunSuites({ NotifyResult: PrintResult, property
|
/external/chromium_org/v8/benchmarks/ |
D | base.js | 177 BenchmarkSuite.prototype.NotifyResult = function() { method in BenchmarkSuite 181 if (this.runner.NotifyResult) { 183 this.runner.NotifyResult(this.name, formatted); 257 suite.NotifyResult();
|
D | run.js | 60 BenchmarkSuite.RunSuites({ NotifyResult: PrintResult, property
|