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

  /external/webkit/WebCore/rendering/
RenderLayer.h 93 : m_overflowClipRect(other.overflowClipRect())
109 const IntRect& overflowClipRect() const { return m_overflowClipRect; }
134 return m_overflowClipRect == other.overflowClipRect() &&
142 m_overflowClipRect = other.overflowClipRect();
RenderTable.h 178 virtual IntRect overflowClipRect(int tx, int ty);
RenderSVGRoot.cpp 144 childPaintInfo.context->clip(overflowClipRect(borderBoxOriginInContainer.x(), borderBoxOriginInContainer.y()));
RenderTable.cpp     [all...]
RenderBox.h 262 virtual IntRect overflowClipRect(int tx, int ty);
RenderLayerBacking.cpp 270 graphicsLayerParentLocation = toRenderBox(compAncestor->renderer())->overflowClipRect(0, 0).location();
306 clippingBox = toRenderBox(renderer())->overflowClipRect(0, 0);
    [all...]
RenderLayer.cpp     [all...]
RenderBox.cpp 872 IntRect clipRect(isControlClip ? controlClipRect(tx, ty) : overflowClipRect(tx, ty));
899 IntRect RenderBox::overflowClipRect(int tx, int ty)
    [all...]
RenderTableSection.cpp     [all...]
RenderBoxModelObject.cpp 479 context->clip(toRenderBox(this)->overflowClipRect(tx, ty));
    [all...]
RenderBlock.cpp     [all...]
  /external/webkit/WebCore/editing/
Editor.cpp     [all...]

Completed in 61 milliseconds