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

  /bootable/recovery/
screen_ui.h 79 static const int kMaxRows = 96;
82 char text[kMaxRows][kMaxCols];
88 char menu[kMaxRows][kMaxCols];
screen_ui.cpp 352 if (text_rows > kMaxRows) text_rows = kMaxRows;
  /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 52 milliseconds