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

  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSCrossfadeValue.h 43 class CSSCrossfadeValue : public CSSImageGeneratorValue {
46 static PassRefPtr<CSSCrossfadeValue> create(PassRefPtr<CSSValue> fromValue, PassRefPtr<CSSValue> toValue)
48 return adoptRef(new CSSCrossfadeValue(fromValue, toValue));
51 ~CSSCrossfadeValue();
68 bool equals(const CSSCrossfadeValue&) const;
71 CSSCrossfadeValue(PassRefPtr<CSSValue> fromValue, PassRefPtr<CSSValue> toValue)
81 CrossfadeSubimageObserverProxy(CSSCrossfadeValue* ownerValue)
89 CSSCrossfadeValue* m_ownerValue;
CSSCrossfadeValue.cpp 27 #include "core/css/CSSCrossfadeValue.h"
88 CSSCrossfadeValue::~CSSCrossfadeValue()
96 String CSSCrossfadeValue::customCssText() const
109 IntSize CSSCrossfadeValue::fixedSize(const RenderObject* renderer)
133 bool CSSCrossfadeValue::isPending() const
138 bool CSSCrossfadeValue::knownToBeOpaque(const RenderObject* renderer) const
143 void CSSCrossfadeValue::loadSubimages(ResourceFetcher* fetcher)
168 PassRefPtr<Image> CSSCrossfadeValue::image(RenderObject* renderer, const IntSize& size)
191 void CSSCrossfadeValue::crossfadeChanged(const IntRect&
    [all...]

Completed in 107 milliseconds