Searched refs:fixedTrackIndex (Results 1 – 1 of 1) sorted by relevance
96 …terator(const GridRepresentation& grid, GridTrackSizingDirection direction, size_t fixedTrackIndex) in GridIterator() argument99 , m_rowIndex((direction == ForColumns) ? 0 : fixedTrackIndex) in GridIterator()100 , m_columnIndex((direction == ForColumns) ? fixedTrackIndex : 0) in GridIterator()