Home
last modified time | relevance | path

Searched refs:kMinMessageLength (Results 1 – 2 of 2) 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()
/external/chromium_org/chrome/browser/
Dprocess_singleton_linux.cc616 const size_t kMinMessageLength = arraysize(kStartToken) + 4; in OnFileCanReadWithoutBlocking() local
617 if (bytes_read_ < kMinMessageLength) { in OnFileCanReadWithoutBlocking()