Searched refs:rectForHorizontalScrollbar (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderLayerScrollableArea.h197 IntRect rectForHorizontalScrollbar(const IntRect& borderBoxRect) const;
H A DRenderLayerScrollableArea.cpp787 IntRect RenderLayerScrollableArea::rectForHorizontalScrollbar(const IntRect& borderBoxRect) const function in class:blink::RenderLayerScrollableArea
963 IntRect hBarRect = rectForHorizontalScrollbar(borderBox);
1155 if (rectForHorizontalScrollbar(borderBox).intersects(localRect))

Completed in 57 milliseconds