OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:compareByScaleFactor
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSImageSetValue.h
72
static inline bool
compareByScaleFactor
(ImageWithScale first, ImageWithScale second) { return first.scaleFactor < second.scaleFactor; }
CSSImageSetValue.cpp
76
std::sort(m_imagesInSet.begin(), m_imagesInSet.end(), CSSImageSetValue::
compareByScaleFactor
);
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLSrcsetParser.cpp
39
static bool
compareByScaleFactor
(const ImageCandidate& first, const ImageCandidate& second)
138
std::stable_sort(imageCandidates.begin(), imageCandidates.end(),
compareByScaleFactor
);
Completed in 203 milliseconds