Home | History | Annotate | Download | only in rendering

Lines Matching refs:contentData

66 #include "core/rendering/style/ContentData.h"
207 const ContentData* contentData = blockStyle.contentData();
208 if (contentData && contentData->isImage())
209 appendImageIfNotNull(images, toImageContentData(contentData)->image());