Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGResourceClipper.cpp46 , m_inClipExpansion(false) in RenderSVGResourceClipper()
156 if (repaintRect.isEmpty() || m_inClipExpansion) in applyClippingToContext()
158 TemporaryChange<bool> inClipExpansionChange(m_inClipExpansion, true); in applyClippingToContext()
DRenderSVGResourceClipper.h86 bool m_inClipExpansion; variable