Home | History | Annotate | Download | only in table

Lines Matching defs:GetRowBounds

445     gfx::Rect cell_bounds(GetRowBounds(first_selected));
481 canvas->FillRect(GetRowBounds(i), selected_bg_color);
484 GetRowBounds(i),
488 canvas->DrawFocusRect(GetRowBounds(i));
624 gfx::Rect TableView::GetRowBounds(int row) const {
630 return GetRowBounds(row);
729 SchedulePaintInRect(GetRowBounds(ModelToView(first_model_row)));
731 SchedulePaintInRect(GetRowBounds(ModelToView(selection_model_.active())));
769 const int start_y = GetRowBounds(ModelToView(range.start)).y();
771 GetRowBounds(ModelToView(range.start + range.length - 1)).bottom();