Home
last modified time | relevance | path

Searched refs:CSSImageValue (Results 1 – 24 of 24) sorted by relevance

/external/webkit/Source/WebCore/css/
DCSSImageValue.cpp33 CSSImageValue::CSSImageValue(const String& url) in CSSImageValue() function in WebCore::CSSImageValue
39 CSSImageValue::CSSImageValue() in CSSImageValue() function in WebCore::CSSImageValue
45 CSSImageValue::~CSSImageValue() in ~CSSImageValue()
51 StyleImage* CSSImageValue::cachedOrPendingImage() in cachedOrPendingImage()
62 StyleCachedImage* CSSImageValue::cachedImage(CachedResourceLoader* loader) in cachedImage()
67 StyleCachedImage* CSSImageValue::cachedImage(CachedResourceLoader* loader, const String& url) in cachedImage()
83 String CSSImageValue::cachedImageURL() in cachedImageURL()
90 void CSSImageValue::clearCachedImage() in clearCachedImage()
DCSSImageValue.h34 class CSSImageValue : public CSSPrimitiveValue, private CachedResourceClient {
37 static PassRefPtr<CSSImageValue> create() { return adoptRef(new CSSImageValue); } in create()
38 …static PassRefPtr<CSSImageValue> create(const String& url) { return adoptRef(new CSSImageValue(url… in create()
39 virtual ~CSSImageValue();
46 CSSImageValue(const String& url);
53 CSSImageValue();
DCSSCursorImageValue.cpp57 : CSSImageValue(url) in CSSCursorImageValue()
126 return CSSImageValue::cachedImage(loader, url); in cachedImage()
DCSSCursorImageValue.h33 class CSSCursorImageValue : public CSSImageValue {
DCSSStyleSelector.h45 class CSSImageValue; variable
324 StyleImage* cachedOrPendingFromValue(CSSPropertyID property, CSSImageValue* value);
DCSSStyleSelector.cpp4541 …->setContent(cachedOrPendingFromValue(CSSPropertyContent, static_cast<CSSImageValue*>(contentValue… in applyProperty()
6309 return cachedOrPendingFromValue(property, static_cast<CSSImageValue*>(value)); in styleImage()
6317 StyleImage* CSSStyleSelector::cachedOrPendingFromValue(CSSPropertyID property, CSSImageValue* value) in cachedOrPendingFromValue()
7379CSSImageValue* imageValue = static_cast<StylePendingImage*>(backgroundLayer->image())->cssImageVal… in loadPendingImages()
7389CSSImageValue* imageValue = static_cast<StylePendingImage*>(contentData->image())->cssImageValue(); in loadPendingImages()
7403CSSImageValue* imageValue = static_cast<StylePendingImage*>(image)->cssImageValue(); in loadPendingImages()
7414CSSImageValue* imageValue = static_cast<StylePendingImage*>(m_style->listStyleImage())->cssImageVa… in loadPendingImages()
7423CSSImageValue* imageValue = static_cast<StylePendingImage*>(borderImage.image())->cssImageValue(); in loadPendingImages()
7433CSSImageValue* imageValue = static_cast<StylePendingImage*>(maskImage.image())->cssImageValue(); in loadPendingImages()
7443CSSImageValue* imageValue = static_cast<StylePendingImage*>(maskBoxImage.image())->cssImageValue(); in loadPendingImages()
[all …]
DCSSMutableStyleDeclaration.cpp616 setPropertyInternal(CSSProperty(propertyId, CSSImageValue::create(url), important)); in setImageProperty()
DCSSParser.cpp1144 parsedValue = CSSImageValue::create(); in parseValue()
1150 parsedValue = CSSImageValue::create(m_styleSheet->completeURL(value->string)); in parseValue()
2591 parsedValue = CSSImageValue::create(m_styleSheet->completeURL(val->string)); in parseContent()
2685 value = CSSImageValue::create(); in parseFillImage()
2692 … value = CSSImageValue::create(m_styleSheet->completeURL(m_valueList->current()->string)); in parseFillImage()
4898 context.commitImage(CSSImageValue::create(m_styleSheet->completeURL(val->string))); in parseBorderImage()
/external/webkit/Source/WebCore/rendering/style/
DStylePendingImage.h40 …static PassRefPtr<StylePendingImage> create(CSSImageValue* value) { return adoptRef(new StylePendi… in create()
47 CSSImageValue* cssImageValue() const { return m_value; } in cssImageValue()
63 StylePendingImage(CSSImageValue* value) in StylePendingImage()
68 CSSImageValue* m_value; // Not retained; it owns us.
/external/webkit/Source/WebCore/
DAndroid.mk44 css/CSSImageValue.cpp \
DWebCore.pro397 css/CSSImageValue.cpp \
1383 css/CSSImageValue.h \
DCMakeLists.txt476 css/CSSImageValue.cpp
DChangeLog-2008-08-1011103 * css/CSSImageValue.h:
11104 (WebCore::CSSImageValue::create):
15046 * css/CSSImageValue.cpp:
15047 (WebCore::CSSImageValue::cachedImage):
18865 that. Removed code that depended on the internals of CSSImageValue. The
18871 * css/CSSImageValue.cpp:
18872 (WebCore::CSSImageValue::CSSImageValue): Removed unused style argument.
18873 (WebCore::CSSImageValue::cachedImageURL): Added. A protected function for
18875 (WebCore::CSSImageValue::clearCachedImage): Added. A protected function for
18877 * css/CSSImageValue.h: Added create functions, made constructors protected
[all …]
DGNUmakefile.list.am935 Source/WebCore/css/CSSImageValue.cpp \
936 Source/WebCore/css/CSSImageValue.h \
DGNUmakefile.am994 Source/WebCore/css/CSSImageValue.cpp \
995 Source/WebCore/css/CSSImageValue.h \
DWebCore.gypi485 'css/CSSImageValue.h',
2285 'css/CSSImageValue.cpp',
DChangeLog-2006-12-3121472 * css/CSSImageValue.cpp:
21473 (WebCore::CSSImageValue::image):
44283 * css/CSSImageValue.h:
53868 * css/CSSImageValue.cpp: Added.
53869 (WebCore::CSSImageValue::CSSImageValue):
53870 * css/CSSImageValue.h: Added.
DChangeLog-2010-12-0615524 * css/CSSImageValue.h:
15525 (WebCore::CSSImageValue::isImageValue):
16839 * css/CSSImageValue.cpp:
59992 * css/CSSImageValue.cpp:
59993 (WebCore::CSSImageValue::cachedImage):
59994 * css/CSSImageValue.h:
69611 Handle the fact that a CSSImageValue may have a value of CSSValueNone,
69614 * css/CSSImageValue.cpp:
69615 (WebCore::CSSImageValue::cachedOrPendingImage):
69938 * css/CSSImageValue.h: Change m_image to a RefPtr<StyleImage>,
[all …]
DChangeLog-2011-02-1617744 * css/CSSImageValue.cpp:
17745 (WebCore::CSSImageValue::cachedImage):
34854 * css/CSSImageValue.cpp:
34855 (WebCore::CSSImageValue::cachedImage):
42303 * css/CSSImageValue.cpp:
42304 (WebCore::CSSImageValue::cachedImage):
DChangeLog-2007-10-144494 * css/CSSImageValue.cpp:
4495 * css/CSSImageValue.h:
64930 * css/CSSImageValue.cpp:
64931 * css/CSSImageValue.h:
DChangeLog-2010-01-2927479 * css/CSSImageValue.cpp: Removed include RenderStyle.h
64248 * css/CSSImageValue.cpp:
64249 (WebCore::CSSImageValue::cachedImage):
DChangeLog49166 * css/CSSImageValue.cpp:
49167 (WebCore::CSSImageValue::cachedImage):
DChangeLog-2009-06-1693944 * css/CSSImageValue.cpp:
/external/webkit/Source/WebCore/WebCore.xcodeproj/
Dproject.pbxproj3309 …6CFA0A1989CA007FB8C5 /* CSSImageValue.h in Headers */ = {isa = PBXBuildFile; fileRef = A80E6CD00A1…
3313 …CFE0A1989CA007FB8C5 /* CSSImageValue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A80E6CD40A…
9880 …89CA007FB8C5 /* CSSImageValue.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType…
9884 …A007FB8C5 /* CSSImageValue.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType …
18960 A80E6CD40A1989CA007FB8C5 /* CSSImageValue.cpp */,
18961 A80E6CD00A1989CA007FB8C5 /* CSSImageValue.h */,
20137 A80E6CFA0A1989CA007FB8C5 /* CSSImageValue.h in Headers */,
23493 A80E6CFE0A1989CA007FB8C5 /* CSSImageValue.cpp in Sources */,