Searched defs:finalPositionIndex (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DGridCoordinate.h42 // and |finalPositionIndex| are grid areas' indexes, NOT grid lines'. Iterating over the
43 // span should include both |initialPositionIndex| and |finalPositionIndex| to be correct.
103 , finalPositionIndex(finalPosition)
105 ASSERT(initialPositionIndex <= finalPositionIndex);
110 return initialPositionIndex == o.initialPositionIndex && finalPositionIndex == o.finalPositionIndex;
114 size_t finalPositionIndex; member in struct:WebCore::GridSpan

Completed in 125 milliseconds