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

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DElementStyleResources.cpp24 #include "core/css/resolver/ElementStyleResources.h"
35 ElementStyleResources::ElementStyleResources() function in class:WebCore::ElementStyleResources
41 PassRefPtr<StyleImage> ElementStyleResources::styleImage(const TextLinkColors& textLinkColors, CSSPropertyID property, CSSValue* value)
61 PassRefPtr<StyleImage> ElementStyleResources::generatedOrPendingFromValue(CSSPropertyID property, CSSImageGeneratorValue* value)
70 PassRefPtr<StyleImage> ElementStyleResources::setOrPendingFromValue(CSSPropertyID property, CSSImageSetValue* value)
78 PassRefPtr<StyleImage> ElementStyleResources::cachedOrPendingFromValue(CSSPropertyID property, CSSImageValue* value)
86 PassRefPtr<StyleImage> ElementStyleResources::cursorOrPendingFromValue(CSSPropertyID property, CSSCursorImageValue* value)
94 void ElementStyleResources::addPendingSVGDocument(FilterOperation* filterOperation, CSSSVGDocumentValue* cssSVGDocumentValue)
99 void ElementStyleResources
[all...]
H A DElementStyleResources.h51 class ElementStyleResources { class in namespace:WebCore
52 WTF_MAKE_NONCOPYABLE(ElementStyleResources);
54 ElementStyleResources();

Completed in 71 milliseconds