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

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

Completed in 45 milliseconds