/external/chromium_org/third_party/WebKit/Source/core/css/ |
CSSImageValue.h | 35 class CSSImageValue : public CSSValue { 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 DEFINE_CSS_VALUE_TYPE_CASTS(CSSImageValue, isImageValue()) [all...] |
CSSImageValue.cpp | 22 #include "core/css/CSSImageValue.h" 35 CSSImageValue::CSSImageValue(const String& url) 42 CSSImageValue::CSSImageValue(const String& url, StyleImage* image) 50 CSSImageValue::~CSSImageValue() 54 StyleImage* CSSImageValue::cachedOrPendingImage() 62 StyleFetchedImage* CSSImageValue::cachedImage(ResourceFetcher* fetcher, const ResourceLoaderOptions& options, CORSEnabled corsEnabled) 81 bool CSSImageValue::hasFailedOrCanceledSubresources() cons [all...] |
CSSCursorImageValue.cpp | 130 // to change the URL of the CSSImageValue (which would then change behavior like cssText), 131 // we create an alternate CSSImageValue to use. 133 RefPtr<CSSImageValue> imageValue = toCSSImageValue(m_imageValue.get()); 136 RefPtr<CSSImageValue> svgImageValue = CSSImageValue::create(cursorElement->hrefCurrentValue()); 167 RefPtr<CSSImageValue> imageValue = toCSSImageValue(m_imageValue.get());
|
CSSCursorImageValue.h | 24 #include "core/css/CSSImageValue.h"
|
CSSValue.cpp | 46 #include "core/css/CSSImageValue.h" 181 return compareCSSValues<CSSImageValue>(*this, other);
|
CSSCrossfadeValue.cpp | 29 #include "core/css/CSSImageValue.h"
|
CSSImageSetValue.cpp | 30 #include "core/css/CSSImageValue.h"
|
CSSParser-in.cpp | 47 #include "core/css/CSSImageValue.h" [all...] |
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
ElementStyleResources.h | 34 class CSSImageValue; 56 PassRefPtr<StyleImage> cachedOrPendingFromValue(CSSPropertyID, CSSImageValue*);
|
StyleResourceLoader.cpp | 28 #include "core/css/CSSImageValue.h" 82 if (pendingImage->cssImageValue()) { 83 CSSImageValue* imageValue = pendingImage->cssImageValue(); 116 CSSImageValue* cssImageValue = pendingImage->cssImageValue(); 121 shapeValue->setImage(cssImageValue->cachedImage(m_fetcher, options, PotentiallyCORSEnabled));
|
ElementStyleResources.cpp | 78 PassRefPtr<StyleImage> ElementStyleResources::cachedOrPendingFromValue(CSSPropertyID property, CSSImageValue* value)
|
/external/chromium_org/third_party/WebKit/Source/core/animation/ |
AnimatableImage.cpp | 34 #include "core/css/CSSImageValue.h" 52 fromValue = CSSImageValue::create(resource->url(), m_image.get()); 63 toValue = CSSImageValue::create(resource->url(), image->m_image.get());
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/ |
StylePendingImage.h | 32 #include "core/css/CSSImageValue.h" 49 CSSImageValue* cssImageValue() const { return m_value->isImageValue() ? toCSSImageValue(m_value) : 0; }
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLTablePartElement.cpp | 31 #include "core/css/CSSImageValue.h" 56 style->setProperty(CSSProperty(CSSPropertyBackgroundImage, CSSImageValue::create(document().completeURL(url).string())));
|
HTMLBodyElement.cpp | 30 #include "core/css/CSSImageValue.h" 71 RefPtr<CSSImageValue> imageValue = CSSImageValue::create(document().completeURL(url).string());
|
HTMLTableElement.cpp | 33 #include "core/css/CSSImageValue.h" 321 style->setProperty(CSSProperty(CSSPropertyBackgroundImage, CSSImageValue::create(document().completeURL(url).string())));
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
PageSerializer.cpp | 37 #include "core/css/CSSImageValue.h" 352 CSSImageValue* imageValue = toCSSImageValue(cssValue);
|
/external/chromium_org/third_party/WebKit/Source/core/frame/animation/ |
CSSPropertyAnimation.cpp | 37 #include "core/css/CSSImageValue.h" 241 RefPtr<CSSImageValue> fromImageValue = CSSImageValue::create(fromImageResource->url(), fromStyleImage); 242 RefPtr<CSSImageValue> toImageValue = CSSImageValue::create(toImageResource->url(), toStyleImage); [all...] |
/external/chromium_org/third_party/WebKit/Source/core/ |
webcore_remaining.target.darwin-arm.mk | 119 third_party/WebKit/Source/core/css/CSSImageValue.cpp \ [all...] |
webcore_remaining.target.darwin-mips.mk | 119 third_party/WebKit/Source/core/css/CSSImageValue.cpp \ [all...] |
webcore_remaining.target.darwin-x86.mk | 119 third_party/WebKit/Source/core/css/CSSImageValue.cpp \ [all...] |
webcore_remaining.target.linux-arm.mk | 119 third_party/WebKit/Source/core/css/CSSImageValue.cpp \ [all...] |
webcore_remaining.target.linux-mips.mk | 119 third_party/WebKit/Source/core/css/CSSImageValue.cpp \ [all...] |
webcore_remaining.target.linux-x86.mk | 119 third_party/WebKit/Source/core/css/CSSImageValue.cpp \ [all...] |
core.gypi | 665 'css/CSSImageValue.cpp', [all...] |