Searched defs:overflowClipRect (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderTable.cpp1234 IntRect RenderTable::overflowClipRect(int tx, int ty, OverlayScrollbarSizeRelevancy relevancy) function in class:WebCore::RenderTable
1236 IntRect rect = RenderBlock::overflowClipRect(tx, ty, relevancy);
1263 if (!hasOverflowClip() || overflowClipRect(tx, ty).intersects(result.rectForPoint(xPos, yPos))) {
H A DRenderLayer.h89 : m_overflowClipRect(other.overflowClipRect())
105 const IntRect& overflowClipRect() const { return m_overflowClipRect; } function in class:WebCore::ClipRects
130 return m_overflowClipRect == other.overflowClipRect() &&
138 m_overflowClipRect = other.overflowClipRect();
H A DRenderBox.cpp1100 IntRect clipRect(isControlClip ? controlClipRect(tx, ty) : overflowClipRect(tx, ty));
1121 IntRect RenderBox::overflowClipRect(int tx, int ty, OverlayScrollbarSizeRelevancy relevancy) function in class:WebCore::RenderBox

Completed in 81 milliseconds