OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NotifyResult
(Results
1 - 7
of
7
) 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(
process_singleton_mac.cc
54
ProcessSingleton::
NotifyResult
ProcessSingleton::NotifyOtherProcess() {
59
ProcessSingleton::
NotifyResult
ProcessSingleton::NotifyOtherProcessOrCreate() {
process_singleton_win.cc
86
ProcessSingleton::
NotifyResult
ProcessSingleton::NotifyOtherProcess() {
163
ProcessSingleton::
NotifyResult
ProcessSingleton::NotifyOtherProcessOrCreate() {
164
NotifyResult
result = NotifyOtherProcess();
process_singleton_linux.cc
762
ProcessSingleton::
NotifyResult
ProcessSingleton::NotifyOtherProcess() {
768
ProcessSingleton::
NotifyResult
ProcessSingleton::NotifyOtherProcessWithTimeout(
887
ProcessSingleton::
NotifyResult
ProcessSingleton::NotifyOtherProcessOrCreate() {
893
ProcessSingleton::
NotifyResult
897
NotifyResult
result = NotifyOtherProcessWithTimeout(command_line,
[
all
...]
process_singleton_linux_uitest.cc
82
ProcessSingleton::
NotifyResult
NotifyOtherProcess(const std::string& url,
92
ProcessSingleton::
NotifyResult
NotifyOtherProcessOrCreate(
/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
();
run.js
59
BenchmarkSuite.RunSuites({
NotifyResult
: PrintResult,
Completed in 153 milliseconds