OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:compareByScaleFactor
(Results
1 - 2
of
2
) 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; }
/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 54 milliseconds