Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBox.cpp2802 …LayoutUnit heightIncludingScrollbar = computeContentAndScrollbarLogicalHeightUsing(height, intrins… in computeContentLogicalHeight() local
2803 if (heightIncludingScrollbar == -1) in computeContentLogicalHeight()
2805 …d::max<LayoutUnit>(0, adjustContentBoxLogicalHeightForBoxSizing(heightIncludingScrollbar) - scroll… in computeContentLogicalHeight()
3115 LayoutUnit heightIncludingScrollbar = computeContentAndScrollbarLogicalHeightUsing(h, -1); in availableLogicalHeightUsing() local
3116 if (heightIncludingScrollbar != -1) in availableLogicalHeightUsing()
3117 …d::max<LayoutUnit>(0, adjustContentBoxLogicalHeightForBoxSizing(heightIncludingScrollbar) - scroll… in availableLogicalHeightUsing()