Home
last modified time | relevance | path

Searched refs:kShutdownToken (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/
Dprocess_singleton_linux.cc101 const char kShutdownToken[] = "SHUTDOWN"; variable
104 const int kMaxACKMessageLength = arraysize(kShutdownToken) - 1;
621 reader->FinishWithACK(kShutdownToken, arraysize(kShutdownToken) - 1); in HandleMessage()
872 if (strncmp(buf, kShutdownToken, arraysize(kShutdownToken) - 1) == 0) { in NotifyOtherProcessWithTimeout()
/external/chromium_org/chrome/browser/
Dprocess_singleton_linux.cc97 const char kShutdownToken[] = "SHUTDOWN"; variable
100 const int kMaxACKMessageLength = arraysize(kShutdownToken) - 1;
574 reader->FinishWithACK(kShutdownToken, arraysize(kShutdownToken) - 1); in HandleMessage()
810 if (strncmp(buf, kShutdownToken, arraysize(kShutdownToken) - 1) == 0) { in NotifyOtherProcessWithTimeout()