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()
77 std::sort(m_imagesInSet.begin(), m_imagesInSet.end(), CSSImageSetValue::compareByScaleFactor);
80 CSSImageSetValue::ImageWithScale CSSImageSetValue::bestImageForScaleFactor()
92 StyleFetchedImageSet* CSSImageSetValue::cachedImageSet(ResourceFetcher* loader, float deviceScaleFactor, const ResourceLoaderOptions& opt (…)
    [all...]
CSSImageSetValue.h 39 class CSSImageSetValue : public CSSValueList {
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 41 milliseconds