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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayer.h 158 const ClipRect& overflowClipRect() const { return m_overflowClipRect; }
179 return m_overflowClipRect == other.overflowClipRect() &&
187 m_overflowClipRect = other.overflowClipRect();
205 : m_overflowClipRect(other.overflowClipRect())
    [all...]
RenderTable.h 302 virtual LayoutRect overflowClipRect(const LayoutPoint& location, RenderRegion*, OverlayScrollbarSizeRelevancy = IgnoreOverlayScrollbarSize);
RenderTable.cpp     [all...]
RenderBox.h 476 virtual LayoutRect overflowClipRect(const LayoutPoint& location, RenderRegion*, OverlayScrollbarSizeRelevancy = IgnoreOverlayScrollbarSize);
    [all...]
RenderLayer.cpp     [all...]
RenderLayerBacking.cpp 482 result = renderer->overflowClipRect(LayoutPoint(), 0); // FIXME: Incorrect for CSS regions.
    [all...]
RenderTableSection.cpp     [all...]
RenderBox.cpp     [all...]
RenderBoxModelObject.cpp 621 context->clip(thisBox->overflowClipRect(rect.location(), paintInfo.renderRegion));
    [all...]
RenderBlock.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGRoot.cpp 296 childPaintInfo.context->clip(pixelSnappedIntRect(overflowClipRect(paintOffset, paintInfo.renderRegion)));

Completed in 128 milliseconds