Searched refs:selfWillPaint (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGContainer.cpp58 LayoutRepainter repainter(*this, SVGRenderSupport::checkForSVGRepaintDuringLayout(this) || selfWillPaint());
102 bool RenderSVGContainer::selfWillPaint() function in class:WebCore::RenderSVGContainer
116 if (!firstChild() && !selfWillPaint())
H A DRenderSVGContainer.h78 bool selfWillPaint();

Completed in 46 milliseconds