/external/webkit/Source/WebCore/rendering/ |
D | RenderLayer.h | 89 : m_overflowClipRect(other.overflowClipRect()) in ClipRects() 105 const IntRect& overflowClipRect() const { return m_overflowClipRect; } in overflowClipRect() function 130 return m_overflowClipRect == other.overflowClipRect() && 138 m_overflowClipRect = other.overflowClipRect();
|
D | RenderTable.h | 239 …virtual IntRect overflowClipRect(int tx, int ty, OverlayScrollbarSizeRelevancy relevancy = IgnoreO…
|
D | RenderTable.cpp | 1234 IntRect RenderTable::overflowClipRect(int tx, int ty, OverlayScrollbarSizeRelevancy relevancy) in overflowClipRect() function in WebCore::RenderTable 1236 IntRect rect = RenderBlock::overflowClipRect(tx, ty, relevancy); in overflowClipRect() 1263 … if (!hasOverflowClip() || overflowClipRect(tx, ty).intersects(result.rectForPoint(xPos, yPos))) { in nodeAtPoint()
|
D | RenderLayer.cpp | 3428 clipRects.setPosClipRect(clipRects.overflowClipRect()); in scrollTo() 3446 IntRect newOverflowClip = toRenderBox(renderer())->overflowClipRect(x, y, relevancy); in scrollTo() 3455 … clipRects.setOverflowClipRect(intersection(newOverflowClip, clipRects.overflowClipRect())); in scrollTo() 3462 clipRects.setOverflowClipRect(intersection(newPosClip, clipRects.overflowClipRect())); in scrollTo() 3488 parentRects.overflowClipRect()); in scrollTo() 3528 foregroundRect.intersect(toRenderBox(renderer())->overflowClipRect(x, y, relevancy)); in scrollTo() 3600 rect.intersect(toRenderBox(renderer())->overflowClipRect(0, 0)); in scrollTo()
|
D | RenderBox.h | 339 …virtual IntRect overflowClipRect(int tx, int ty, OverlayScrollbarSizeRelevancy relevancy = IgnoreO…
|
D | RenderLayerBacking.cpp | 320 result = renderer->overflowClipRect(0, 0); in clipBox()
|
D | RenderTableSection.cpp | 1269 if (hasOverflowClip() && !overflowClipRect(tx, ty).intersects(result.rectForPoint(xPos, yPos))) in setCellLogicalWidths()
|
D | RenderBox.cpp | 1100 IntRect clipRect(isControlClip ? controlClipRect(tx, ty) : overflowClipRect(tx, ty)); in pushContentsClip() 1121 IntRect RenderBox::overflowClipRect(int tx, int ty, OverlayScrollbarSizeRelevancy relevancy) in overflowClipRect() function in WebCore::RenderBox
|
D | RenderBoxModelObject.cpp | 650 context->clip(toRenderBox(this)->overflowClipRect(tx, ty)); in paintFillLayerExtended()
|
D | RenderBlock.cpp | 3984 …asControlClip() ? controlClipRect(tx, ty).intersects(hitTestArea) : overflowClipRect(tx, ty, Inclu… in nodeAtPoint()
|
/external/webkit/Source/WebCore/rendering/svg/ |
D | RenderSVGRoot.cpp | 173 …childPaintInfo.context->clip(overflowClipRect(borderBoxOriginInContainer.x(), borderBoxOriginInCon… in paint()
|
/external/webkit/Source/WebCore/editing/ |
D | Editor.cpp | 2596 IntRect rectInPageCoords = container->overflowClipRect(0, 0); in insideVisibleArea() 2625 IntRect rectInPageCoords = container->overflowClipRect(0, 0); in insideVisibleArea()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2009-06-16 | 37754 Need to cast toRenderBox() in order to call overflowClipRect(). 37769 …Rename getOverflowClipRect and getClipRect to overflowClipRect and clipRect. Move them to RenderB… 37777 (WebCore::RenderBox::overflowClipRect): 37793 (WebCore::RenderTable::overflowClipRect): 61465 (WebCore::ClipRects::overflowClipRect):
|
D | ChangeLog | 43282 bug! This patch adds a boolean parameter to overflowClipRect(), 43291 (WebCore::RenderBox::overflowClipRect): 43298 (WebCore::RenderTable::overflowClipRect):
|
D | ChangeLog-2006-05-10 | 32840 (khtml::ClipRects::overflowClipRect):
|
D | ChangeLog-2005-08-23 | 22917 (khtml::ClipRects::overflowClipRect):
|
D | ChangeLog-2010-01-29 | 57213 Previously, the code used the overflowClipRect of the parent clip rects, but
|
D | ChangeLog-2010-12-06 | 17904 (WebCore::RenderTable::overflowClipRect): Account for writing modes.
|