Lines Matching defs:rows
4771 // If we displayed all the rows and item.Draw() returns false we are
4880 // rows is less than the num visible rows, then make sure we show all the
4881 // rows by setting the first visible row accordingly.
5569 // rows is less than the num visible rows, then make sure we show all the
5570 // rows by setting the first visible row accordingly.
5820 void DisplayRows(Window &window, std::vector<Row> &rows,
5826 for (auto &row : rows) {
5827 const bool last_child = row.parent && &rows[rows.size() - 1] == &row;
5859 int CalculateTotalNumberRows(std::vector<Row> &rows) {
5861 for (auto &row : rows) {
5869 static Row *GetRowForRowIndexImpl(std::vector<Row> &rows, size_t &row_index) {
5870 for (auto &row : rows) {