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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderLayerScrollableArea.h198 IntRect rectForVerticalScrollbar(const IntRect& borderBoxRect) const;
H A DRenderLayerScrollableArea.cpp800 IntRect RenderLayerScrollableArea::rectForVerticalScrollbar(const IntRect& borderBoxRect) const function in class:blink::RenderLayerScrollableArea
957 IntRect vBarRect = rectForVerticalScrollbar(borderBox);
1158 if (rectForVerticalScrollbar(borderBox).intersects(localRect))

Completed in 1269 milliseconds