Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/
Dprocess_singleton_linux.cc694 const size_t kMinMessageLength = arraysize(kStartToken) + 4; in OnFileCanReadWithoutBlocking() local
695 if (bytes_read_ < kMinMessageLength) { in OnFileCanReadWithoutBlocking()