Home
last modified time | relevance | path

Searched refs:rectForVerticalScrollbar (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayerScrollableArea.h194 IntRect rectForVerticalScrollbar(const IntRect& borderBoxRect) const;
DRenderLayerScrollableArea.cpp712 IntRect RenderLayerScrollableArea::rectForVerticalScrollbar(const IntRect& borderBoxRect) const in rectForVerticalScrollbar() function in WebCore::RenderLayerScrollableArea
870 IntRect vBarRect = rectForVerticalScrollbar(borderBox); in positionOverflowControls()
1079 if (rectForVerticalScrollbar(borderBox).intersects(localRect)) in overflowControlsIntersectRect()