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

  /external/chromium_org/ui/views/controls/table/
table_view.h 237 gfx::Rect GetCellBounds(int row, int visible_column_index) const;
240 // from GetCellBounds() and |visible_column_index| is the corresponding column
table_view.cc 505 const gfx::Rect cell_bounds(GetCellBounds(i, j));
549 const int group_indicator_x = GetMirroredXInView(GetCellBounds(0, 0).x() +
560 const gfx::Rect start_cell_bounds(GetCellBounds(start, 0));
562 const gfx::Rect last_cell_bounds(GetCellBounds(last, 0));
643 gfx::Rect TableView::GetCellBounds(int row, int visible_column_index) const {
892 gfx::Rect cell_bounds(GetCellBounds(row, column));

Completed in 66 milliseconds