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

/external/webkit/WebCore/css/
H A DCSSFontSelector.cpp404 static inline bool compareFontFaces(CSSFontFace* first, CSSFontFace* second) function in namespace:WebCore
528 std::stable_sort(candidateFontFaces.begin(), candidateFontFaces.end(), compareFontFaces);

Completed in 9 milliseconds