Home
last modified time | relevance | path

Searched refs:m_hasBoxDecorationBackground (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGRoot.cpp51 , m_hasBoxDecorationBackground(false) in RenderSVGRoot()
201m_hasBoxDecorationBackground = isDocumentElement() ? calculateHasBoxDecorations() : hasBoxDecorati… in layout()
279 m_hasBoxDecorationBackground = calculateHasBoxDecorations(); in styleDidChange()
363 if (m_hasBoxDecorationBackground || hasRenderOverflow()) { in clippedOverflowRectForPaintInvalidation()
DRenderSVGRoot.h126 bool m_hasBoxDecorationBackground : 1; variable