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 236 gfx::Rect GetCellBounds(int row, int visible_column_index) const;
239 // from GetCellBounds() and |visible_column_index| is the corresponding column
table_view.cc 490 const gfx::Rect cell_bounds(GetCellBounds(i, j));
534 const int group_indicator_x = GetMirroredXInView(GetCellBounds(0, 0).x() +
545 const gfx::Rect start_cell_bounds(GetCellBounds(start, 0));
547 const gfx::Rect last_cell_bounds(GetCellBounds(last, 0));
628 gfx::Rect TableView::GetCellBounds(int row, int visible_column_index) const {
877 gfx::Rect cell_bounds(GetCellBounds(row, column));

Completed in 531 milliseconds