Searched refs:m_hasBoxDecorationBackground (Results 1 – 2 of 2) sorted by relevance
51 , m_hasBoxDecorationBackground(false) in RenderSVGRoot()201 …m_hasBoxDecorationBackground = isDocumentElement() ? calculateHasBoxDecorations() : hasBoxDecorati… in layout()279 m_hasBoxDecorationBackground = calculateHasBoxDecorations(); in styleDidChange()363 if (m_hasBoxDecorationBackground || hasRenderOverflow()) { in clippedOverflowRectForPaintInvalidation()
126 bool m_hasBoxDecorationBackground : 1; variable