OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NotifyResult
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/
process_singleton.h
45
enum
NotifyResult
{
63
NotifyResult
NotifyOtherProcess();
68
NotifyResult
NotifyOtherProcessOrCreate();
73
NotifyResult
NotifyOtherProcessWithTimeout(const CommandLine& command_line,
76
NotifyResult
NotifyOtherProcessWithTimeoutOrCreate(
/external/v8/benchmarks/
base.js
177
BenchmarkSuite.prototype.
NotifyResult
= function() {
181
if (this.runner.
NotifyResult
) {
183
this.runner.
NotifyResult
(this.name, formatted);
257
suite.
NotifyResult
();
Completed in 538 milliseconds