Home
last modified time | relevance | path

Searched refs:horizontalScrollbarHeight (Results 1 – 14 of 14) sorted by relevance

/external/webkit/Source/WebCore/platform/
DScrollView.cpp240 …int horizontalScrollbarHeight = horizontalScrollbar() && !horizontalScrollbar()->isOverlayScrollba… in visibleContentRect() local
245 max(0, m_boundsSize.height() - horizontalScrollbarHeight))); in visibleContentRect()
641 int horizontalScrollbarHeight = horizontalScrollbar() ? horizontalScrollbar()->height() : 0; in scrollContents() local
644 scrollViewRect.setHeight(scrollViewRect.height() - horizontalScrollbarHeight); in scrollContents()
1071 …int horizontalScrollbarHeight = (horizontalScrollbar() && !horizontalScrollbar()->isOverlayScrollb… in wheelEvent() local
1081 horizontalOverhangRect.setY(frameRect().maxY() - height - horizontalScrollbarHeight); in wheelEvent()
/external/webkit/Source/WebCore/rendering/
DRenderBox.h322 int horizontalScrollbarHeight() const;
323 …calHeight() const { return style()->isHorizontalWritingMode() ? horizontalScrollbarHeight() : vert… in scrollbarLogicalHeight()
DRenderFlexibleBox.cpp331 int toAdd = borderBottom() + paddingBottom() + horizontalScrollbarHeight(); in layoutHorizontalBox()
646 int toAdd = borderBottom() + paddingBottom() + horizontalScrollbarHeight(); in layoutVerticalBox()
DRenderLayer.h287 int horizontalScrollbarHeight(OverlayScrollbarSizeRelevancy = IgnoreOverlayScrollbarSize) const;
DRenderBox.cpp428 return height() - borderTop() - borderBottom() - horizontalScrollbarHeight(); in clientHeight()
604 int RenderBox::horizontalScrollbarHeight() const in horizontalScrollbarHeight() function in WebCore::RenderBox
606 return includeHorizontalScrollbarSize() ? layer()->horizontalScrollbarHeight() : 0; in horizontalScrollbarHeight()
1132 clipHeight -= layer()->horizontalScrollbarHeight(relevancy); in overflowClipRect()
DRenderLayer.cpp1978 int RenderLayer::horizontalScrollbarHeight(OverlayScrollbarSizeRelevancy relevancy) const in horizontalScrollbarHeight() function in WebCore::RenderLayer
/external/webkit/Source/WebCore/inspector/
DDOMNodeHighlighter.cpp249 contentBox.setHeight(contentBox.height() + renderBox->horizontalScrollbarHeight()); in DrawNodeHighlight()
/external/webkit/Source/WebCore/
DChangeLog-2007-10-1421648 (WebCore::PlatformScrollbar::horizontalScrollbarHeight):
25659 (WebCore::PlatformScrollbar::horizontalScrollbarHeight):
30840 (WebCore::PlatformScrollbar::horizontalScrollbarHeight):
65410 (WebCore::RenderObject::horizontalScrollbarHeight):
DChangeLog-2006-12-3124173 (WebCore::PlatformScrollbar::horizontalScrollbarHeight):
24703 (WebCore::PlatformScrollbar::horizontalScrollbarHeight):
25403 (WebCore::RenderLayer::horizontalScrollbarHeight):
DChangeLog-2003-10-258276 (RenderLayer::horizontalScrollbarHeight):
DChangeLog43284 RenderLayer::horizontalScrollbarHeight(). This bool indicates whether to include
43295 (WebCore::RenderLayer::horizontalScrollbarHeight):
62063 (WebCore::RenderLayer::horizontalScrollbarHeight):
DChangeLog-2008-08-1012956 (WebCore::PlatformScrollbar::horizontalScrollbarHeight):
76052 (PlatformScrollbar::horizontalScrollbarHeight):
DChangeLog-2011-02-1623123 (WebCore::RenderLayer::horizontalScrollbarHeight):
DChangeLog-2009-06-1649538 (WebCore::RenderBox::horizontalScrollbarHeight):