Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderGrid.cpp96 …terator(const GridRepresentation& grid, GridTrackSizingDirection direction, size_t fixedTrackIndex) in GridIterator() argument
99 , m_rowIndex((direction == ForColumns) ? 0 : fixedTrackIndex) in GridIterator()
100 , m_columnIndex((direction == ForColumns) ? fixedTrackIndex : 0) in GridIterator()