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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderGrid.cpp683 static bool uniquePointerInPair(const GridItemWithSpan& item1, const GridItemWithSpan& item2) function in class:blink::RenderGrid::GridIterator
700 Vector<GridItemWithSpan>::iterator end = std::unique(itemsSortedByIncreasingSpan.begin(), itemsSortedByIncreasingSpan.end(), uniquePointerInPair);

Completed in 1226 milliseconds