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

/macosx-10.10/WebCore-7600.1.25/rendering/
H A DInlineTextBox.cpp72 static bool compareTuples(std::pair<float, float> l, std::pair<float, float> r) function in namespace:WebCore
85 std::sort(tuples.begin(), tuples.end(), &compareTuples);

Completed in 119 milliseconds