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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderGrid.cpp749 static bool sortByGridTrackGrowthPotential(const GridTrack* track1, const GridTrack* track2) function in class:blink::RenderGrid::GridIterator
765 std::sort(tracks.begin(), tracks.end(), sortByGridTrackGrowthPotential);

Completed in 2719 milliseconds