HomeSort by relevance Sort by last modified time
    Searched refs:selfWillPaint (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGContainer.cpp 59 LayoutRepainter repainter(*this, checkForRepaintDuringLayout() || selfWillPaint());
84 bool RenderSVGContainer::selfWillPaint()
100 if (!firstChild() && !selfWillPaint())
RenderSVGContainer.h 70 bool selfWillPaint();
RenderSVGRoot.h 85 bool selfWillPaint();
RenderSVGRoot.cpp 135 bool RenderSVGRoot::selfWillPaint()
165 if (!firstChild() && !selfWillPaint())

Completed in 57 milliseconds