Searched refs:horizontalScrollbarStart (Results 1 - 2 of 2) sorted by last modified time

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderLayerScrollableArea.cpp206 scrollRect.move(horizontalScrollbarStart(0), box().height() - box().borderBottom() - scrollbar->height());
794 return IntRect(horizontalScrollbarStart(borderBoxRect.x()),
820 LayoutUnit RenderLayerScrollableArea::horizontalScrollbarStart(int minX) const function in class:blink::RenderLayerScrollableArea
834 return IntSize(horizontalScrollbarStart(0), box().height() - box().borderBottom() - scrollbar->height());
1109 LayoutRect hBarRect(horizontalScrollbarStart(0),
H A DRenderLayerScrollableArea.h200 LayoutUnit horizontalScrollbarStart(int minX) const;

Completed in 94 milliseconds