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

  /external/webkit/WebCore/rendering/
RenderSVGContainer.cpp 101 bool continueRendering = true;
103 continueRendering = prepareToRenderSVGContent(this, childPaintInfo, boundingBox, filter);
105 if (continueRendering) {
RenderSVGRoot.cpp 153 bool continueRendering = true;
155 continueRendering = prepareToRenderSVGContent(this, childPaintInfo, boundingBox, filter);
157 if (continueRendering)

Completed in 27 milliseconds