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

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSImageSetValue.cpp27 #include "core/css/CSSImageSetValue.h"
42 CSSImageSetValue::CSSImageSetValue() function in class:blink::CSSImageSetValue
49 CSSImageSetValue::~CSSImageSetValue()
55 void CSSImageSetValue::fillImageSet()
77 std::sort(m_imagesInSet.begin(), m_imagesInSet.end(), CSSImageSetValue::compareByScaleFactor);
80 CSSImageSetValue::ImageWithScale CSSImageSetValue::bestImageForScaleFactor()
92 StyleFetchedImageSet* CSSImageSetValue
182 CSSImageSetValue::CSSImageSetValue(const CSSImageSetValue& cloneFrom) function in class:blink::CSSImageSetValue
[all...]
H A DCSSImageSetValue.h39 class CSSImageSetValue : public CSSValueList { class in namespace:blink
42 static PassRefPtrWillBeRawPtr<CSSImageSetValue> create()
44 return adoptRefWillBeNoop(new CSSImageSetValue());
46 ~CSSImageSetValue();
66 PassRefPtrWillBeRawPtr<CSSImageSetValue> cloneForCSSOM() const;
74 CSSImageSetValue();
75 explicit CSSImageSetValue(const CSSImageSetValue& cloneFrom);
90 DEFINE_CSS_VALUE_TYPE_CASTS(CSSImageSetValue, isImageSetValue());

Completed in 68 milliseconds