compareByScaleFactor   76 Source/core/css/CSSImageSetValue.cpp     std::sort(m_imagesInSet.begin(), m_imagesInSet.end(), CSSImageSetValue::compareByScaleFactor);
compareByScaleFactor   76 Source/core/css/CSSImageSetValue.h     static inline bool compareByScaleFactor(ImageWithScale first, ImageWithScale second) { return first.scaleFactor < second.scaleFactor; }
compareByScaleFactor  139 Source/core/html/parser/HTMLSrcsetParser.cpp     std::stable_sort(imageCandidates.begin(), imageCandidates.end(), compareByScaleFactor);