Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayerScrollableArea.cpp876 IntRect hBarRect = rectForHorizontalScrollbar(borderBox); in positionOverflowControls() local
877 hBarRect.move(offsetFromRoot); in positionOverflowControls()
878 horizontalScrollbar->setFrameRect(hBarRect); in positionOverflowControls()
1030 LayoutRect hBarRect(horizontalScrollbarStart(0), in hitTestOverflowControls() local
1034 if (hBarRect.contains(localPoint)) { in hitTestOverflowControls()
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
DScrollView.cpp447 …IntRect hBarRect((shouldPlaceVerticalScrollbarOnLeft() && m_verticalScrollbar) ? m_verticalScrollb… in updateScrollbars() local
451 m_horizontalScrollbar->setFrameRect(hBarRect); in updateScrollbars()