HomeSort by relevance Sort by last modified time
    Searched refs:kSkipLimit (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/base/process/
process_iterator_linux.cc 80 const int kSkipLimit = 200;
81 while (skipped < kSkipLimit) {
118 if (skipped >= kSkipLimit) {
  /external/chromium/base/
process_util_linux.cc 178 const int kSkipLimit = 200;
179 while (skipped < kSkipLimit) {
236 if (skipped >= kSkipLimit) {

Completed in 96 milliseconds