Searched refs:GridCell (Results 1 – 2 of 2) sorted by relevance
149 typedef Vector<RenderBox*, 1> GridCell; typedef150 typedef Vector<Vector<GridCell> > GridRepresentation;
114 const GridCell& children = m_grid[m_rowIndex][m_columnIndex]; in nextGridItem()130 const GridCell& children = m_grid[m_rowIndex][m_columnIndex]; in nextEmptyGridArea()