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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
PaintInfo.h 95 if (rect == infiniteRect())
104 static IntRect infiniteRect() { return IntRect(LayoutRect::infiniteRect()); }
RenderLayerClipper.cpp 146 calculateRects(clipRectsContext, PaintInfo::infiniteRect(), layerBounds, backgroundRect, foregroundRect, outlineRect);
149 if (clipRect == PaintInfo::infiniteRect())
226 clipRects.reset(PaintInfo::infiniteRect());
249 clipRects.reset(PaintInfo::infiniteRect());
336 if (parentRects.fixed() && clipRectsContext.rootLayer->renderer() == view && backgroundClipRect != PaintInfo::infiniteRect())
351 clipRects.reset(PaintInfo::infiniteRect());
RenderFlowThread.cpp 398 region->collectLayerFragments(fragments, layerBoundingBox, PaintInfo::infiniteRect());
RenderLayer.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGRenderingContext.cpp 255 PaintInfo info(context, PaintInfo::infiniteRect(), PaintPhaseForeground, PaintBehaviorNormal);
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
LayoutRect.h 166 static LayoutRect infiniteRect()
  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositedLayerMapping.cpp 490 LayoutRect result = PaintInfo::infiniteRect();
    [all...]

Completed in 487 milliseconds