Home | History | Annotate | Download | only in rendering

Lines Matching refs:contentData

80 #include "core/rendering/style/ContentData.h"
170 const ContentData* contentData = style->contentData();
171 if (contentData && !contentData->next() && contentData->isImage() && !element->isPseudoElement()) {
177 if (const StyleImage* styleImage = toImageContentData(contentData)->image()) {