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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DClipRects.h60 const ClipRect& overflowClipRect() const { return m_overflowClipRect; } function in class:blink::ClipRects
81 return m_overflowClipRect == other.overflowClipRect()
89 m_overflowClipRect = other.overflowClipRect();
107 : m_overflowClipRect(other.overflowClipRect())
H A DRenderTable.cpp1275 LayoutRect RenderTable::overflowClipRect(const LayoutPoint& location, OverlayScrollbarSizeRelevancy relevancy) function in class:blink::RenderTable
1277 LayoutRect rect = RenderBlock::overflowClipRect(location, relevancy);
1303 if (!hasOverflowClip() || locationInContainer.intersects(overflowClipRect(adjustedLocation))) {
H A DRenderBox.cpp1370 LayoutRect clipRect = isControlClip ? controlClipRect(accumulatedOffset) : overflowClipRect(accumulatedOffset);
1418 LayoutRect RenderBox::overflowClipRect(const LayoutPoint& location, OverlayScrollbarSizeRelevancy relevancy) function in class:blink::RenderBox

Completed in 178 milliseconds