Home
last modified time | relevance | path

Searched refs:calculateHasBoxDecorations (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGRoot.cpp201 …m_hasBoxDecorationBackground = isDocumentElement() ? calculateHasBoxDecorations() : hasBoxDecorati… in layout()
279 m_hasBoxDecorationBackground = calculateHasBoxDecorations(); in styleDidChange()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBoxModelObject.cpp124 bool RenderBoxModelObject::calculateHasBoxDecorations() const in calculateHasBoxDecorations() function in blink::RenderBoxModelObject
136 setHasBoxDecorationBackground(calculateHasBoxDecorations()); in updateFromStyle()
DRenderBoxModelObject.h179 bool calculateHasBoxDecorations() const;