Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DGridCoordinate.h80 …size_t gridLineIndex = std::max<int>(0, firstLineBeforeOppositePositionIndex - position.spanPositi… in createWithInitialNamedSpanAgainstOpposite() local
81 size_t resolvedGridLinePosition = gridLines[gridLineIndex]; in createWithInitialNamedSpanAgainstOpposite()
94 …size_t gridLineIndex = std::min(gridLines.size() - 1, firstLineAfterOppositePositionIndex + positi… in createWithFinalNamedSpanAgainstOpposite() local
95 …solvedGridLinePosition = GridPosition::adjustGridPositionForAfterEndSide(gridLines[gridLineIndex]); in createWithFinalNamedSpanAgainstOpposite()