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

  /bootable/recovery/
screen_ui.h 79 static const int kMaxRows = 32;
82 char text[kMaxRows][kMaxCols];
88 char menu[kMaxRows][kMaxCols];
  /external/chromium/net/url_request/
view_cache_helper.cc 28 const size_t kMaxRows = 16;
34 offset += kMaxRows;
39 size_t row_max = std::min(kMaxRows, buf_len);
44 for (i = row_max; i < kMaxRows; ++i)

Completed in 616 milliseconds