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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderGrid.cpp671 typedef std::pair<RenderBox*, size_t> GridItemWithSpan; typedef in class:blink::RenderGrid::GridIterator
675 static bool gridItemWithSpanSorter(const GridItemWithSpan& item1, const GridItemWithSpan& item2)
683 static bool uniquePointerInPair(const GridItemWithSpan& item1, const GridItemWithSpan& item2)
695 Vector<GridItemWithSpan> itemsSortedByIncreasingSpan;
700 Vector<GridItemWithSpan>::iterator end = std::unique(itemsSortedByIncreasingSpan.begin(), itemsSortedByIncreasingSpan.end(), uniquePointerInPair);
702 for (Vector<GridItemWithSpan>::iterator it = itemsSortedByIncreasingSpan.begin(); it != end; ++it) {

Completed in 134 milliseconds