Home | History | Annotate | Download | only in style

Lines Matching refs:styleImage

43 class StyleImage : public RefCounted<StyleImage> {
45 virtual ~StyleImage() { }
47 bool operator==(const StyleImage& other) const
77 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()); } \