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

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSImageValue.cpp22 #include "core/css/CSSImageValue.h"
35 CSSImageValue::CSSImageValue(const String& url) function in class:WebCore::CSSImageValue
42 CSSImageValue::CSSImageValue(const String& url, StyleImage* image) function in class:WebCore::CSSImageValue
50 CSSImageValue::~CSSImageValue()
54 StyleImage* CSSImageValue::cachedOrPendingImage()
62 StyleFetchedImage* CSSImageValue::cachedImage(ResourceFetcher* loader, const ResourceLoaderOptions& options)
77 bool CSSImageValue
[all...]
H A DCSSImageValue.h35 class CSSImageValue : public CSSValue { class in namespace:WebCore
37 static PassRefPtr<CSSImageValue> create(const String& url) { return adoptRef(new CSSImageValue(url)); }
38 static PassRefPtr<CSSImageValue> create(const String& url, StyleImage* image) { return adoptRef(new CSSImageValue(url, image)); }
39 ~CSSImageValue();
54 bool equals(const CSSImageValue&) const;
61 explicit CSSImageValue(const String& url);
62 CSSImageValue(const String& url, StyleImage*);
70 inline CSSImageValue* toCSSImageValu
[all...]

Completed in 110 milliseconds