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

  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGContainer.cpp 115 bool continueRendering = true;
117 continueRendering = SVGRenderSupport::prepareToRenderSVGContent(this, childPaintInfo);
119 if (continueRendering) {
RenderSVGRoot.cpp 179 bool continueRendering = true;
181 continueRendering = SVGRenderSupport::prepareToRenderSVGContent(this, childPaintInfo);
183 if (continueRendering)

Completed in 54 milliseconds