Home | History | Annotate | Download | only in controls

Lines Matching defs:row

540     // Align the bottom most row to the top of the view.
547 // Align the row on the previous page to to the top of the view.
562 RowInfo row = GetRowInfo(y);
564 return row.height - (y - row.origin);
565 } else if (y == row.origin) {
566 row = GetRowInfo(std::max(0, row.origin - 1));
567 return y - row.origin;
569 return y - row.origin;