HomeSort by relevance Sort by last modified time
    Searched defs:CSSImageSetValue (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSImageSetValue.cpp 27 #include "core/css/CSSImageSetValue.h"
42 CSSImageSetValue::CSSImageSetValue()
49 CSSImageSetValue::~CSSImageSetValue()
55 void CSSImageSetValue::fillImageSet()
76 std::sort(m_imagesInSet.begin(), m_imagesInSet.end(), CSSImageSetValue::compareByScaleFactor);
79 CSSImageSetValue::ImageWithScale CSSImageSetValue::bestImageForScaleFactor()
91 StyleFetchedImageSet* CSSImageSetValue::cachedImageSet(ResourceFetcher* loader, float deviceScaleFactor
    [all...]
CSSImageSetValue.h 37 class CSSImageSetValue : public CSSValueList {
40 static PassRefPtr<CSSImageSetValue> create()
42 return adoptRef(new CSSImageSetValue());
44 ~CSSImageSetValue();
62 PassRefPtr<CSSImageSetValue> cloneForCSSOM() const;
68 CSSImageSetValue();
69 explicit CSSImageSetValue(const CSSImageSetValue& cloneFrom);
84 DEFINE_CSS_VALUE_TYPE_CASTS(CSSImageSetValue, isImageSetValue());

Completed in 29 milliseconds