Searched defs:ImageWithScale (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSImageSetValue.h58 struct ImageWithScale { struct in class:blink::CSSImageSetValue
71 ImageWithScale bestImageForScaleFactor();
78 static inline bool compareByScaleFactor(ImageWithScale first, ImageWithScale second) { return first.scaleFactor < second.scaleFactor; }
87 Vector<ImageWithScale> m_imagesInSet;

Completed in 969 milliseconds