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

  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
ElementStyleResources.cpp 24 #include "core/css/resolver/ElementStyleResources.h"
35 ElementStyleResources::ElementStyleResources()
40 PassRefPtr<StyleImage> ElementStyleResources::styleImage(Document& document, const TextLinkColors& textLinkColors, Color currentColor, CSSPropertyID property, CSSValue* value)
60 PassRefPtr<StyleImage> ElementStyleResources::generatedOrPendingFromValue(CSSPropertyID property, CSSImageGeneratorValue* value)
69 PassRefPtr<StyleImage> ElementStyleResources::setOrPendingFromValue(CSSPropertyID property, CSSImageSetValue* value)
77 PassRefPtr<StyleImage> ElementStyleResources::cachedOrPendingFromValue(Document& document, CSSPropertyID property, CSSImageValue* value)
89 PassRefPtr<StyleImage> ElementStyleResources::cursorOrPendingFromValue(CSSPropertyID property, CSSCursorImageValue* value)
97 void ElementStyleResources::clearPendingImageProperties()
102 void ElementStyleResources::clearPendingSVGDocuments(
    [all...]
ElementStyleResources.h 49 class ElementStyleResources {
51 WTF_MAKE_NONCOPYABLE(ElementStyleResources);
53 ElementStyleResources();

Completed in 464 milliseconds