Searched refs:fixedTrackIndex (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderGrid.cpp96 // |direction| is the direction that is fixed to |fixedTrackIndex| so e.g
98 GridIterator(const GridRepresentation& grid, GridTrackSizingDirection direction, size_t fixedTrackIndex, size_t varyingTrackIndex = 0) argument
101 , m_rowIndex((direction == ForColumns) ? varyingTrackIndex : fixedTrackIndex)
102 , m_columnIndex((direction == ForColumns) ? fixedTrackIndex : varyingTrackIndex)

Completed in 188 milliseconds