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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
PaintInfo.h 97 if (rect == infiniteRect())
103 static IntRect infiniteRect() { return IntRect(LayoutRect::infiniteRect()); }
RenderLayerClipper.cpp 123 clipRects.reset(PaintInfo::infiniteRect());
144 clipRects.reset(PaintInfo::infiniteRect());
RenderLayer.cpp     [all...]
RenderFlowThread.cpp     [all...]
CompositedLayerMapping.cpp 538 LayoutRect result = PaintInfo::infiniteRect();
629 ASSERT(parentClipRect != PaintInfo::infiniteRect());
    [all...]
RenderLayerCompositor.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGRenderingContext.cpp 247 PaintInfo info(context, PaintInfo::infiniteRect(), PaintPhaseForeground, PaintBehaviorNormal);
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
LayoutRect.h 166 static LayoutRect infiniteRect()

Completed in 2643 milliseconds