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:blink
45 virtual ~StyleImage() { }
47 bool operator==(const StyleImage& other) const
77 StyleImage() function in class:blink::StyleImage
91 DEFINE_TYPE_CASTS(thisType, StyleImage, styleImage, styleImage->function, styleImage.function); \
92 inline thisType* to##thisType(const RefPtr<StyleImage>& styleImage) { return to##thisType(styleImage.get()); } \

Completed in 515 milliseconds