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

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DStyleImage.h43 class StyleImage : public RefCounted<StyleImage> { class in namespace:WebCore
45 virtual ~StyleImage() { }
47 bool operator==(const StyleImage& other) const
76 static bool imagesEquivalent(const StyleImage* image1, const StyleImage* image2)
87 StyleImage() function in class:WebCore::StyleImage
101 DEFINE_TYPE_CASTS(thisType, StyleImage, styleImage, styleImage->function, styleImage.function); \
102 inline thisType* to##thisType(const RefPtr<StyleImage>& styleImage) { return to##thisType(styleImage.get()); } \

Completed in 87 milliseconds