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

/external/webkit/Source/WebCore/rendering/svg/
H A DRenderSVGContainer.cpp59 LayoutRepainter repainter(*this, checkForRepaintDuringLayout() || selfWillPaint());
84 bool RenderSVGContainer::selfWillPaint() function in class:WebCore::RenderSVGContainer
100 if (!firstChild() && !selfWillPaint())
H A DRenderSVGContainer.h70 bool selfWillPaint();
H A DRenderSVGRoot.h85 bool selfWillPaint();
H A DRenderSVGRoot.cpp135 bool RenderSVGRoot::selfWillPaint() function in class:WebCore::RenderSVGRoot
165 if (!firstChild() && !selfWillPaint())

Completed in 56 milliseconds