Searched defs:horizontalScrollbarHeight (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/
H A DScrollView.cpp240 int horizontalScrollbarHeight = horizontalScrollbar() && !horizontalScrollbar()->isOverlayScrollbar() local
245 max(0, m_boundsSize.height() - horizontalScrollbarHeight)));
641 int horizontalScrollbarHeight = horizontalScrollbar() ? horizontalScrollbar()->height() : 0; local
644 scrollViewRect.setHeight(scrollViewRect.height() - horizontalScrollbarHeight);
1071 int horizontalScrollbarHeight = (horizontalScrollbar() && !horizontalScrollbar()->isOverlayScrollbar()) local
1081 horizontalOverhangRect.setY(frameRect().maxY() - height - horizontalScrollbarHeight);
/external/webkit/Source/WebCore/rendering/
H A DRenderBox.cpp428 return height() - borderTop() - borderBottom() - horizontalScrollbarHeight();
604 int RenderBox::horizontalScrollbarHeight() const function in class:WebCore::RenderBox
606 return includeHorizontalScrollbarSize() ? layer()->horizontalScrollbarHeight() : 0;
1132 clipHeight -= layer()->horizontalScrollbarHeight(relevancy);
H A DRenderLayer.cpp1985 int RenderLayer::horizontalScrollbarHeight(OverlayScrollbarSizeRelevancy relevancy) const function in class:WebCore::RenderLayer

Completed in 33 milliseconds