Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderFlexibleBox.cpp234 setLogicalHeight(borderAndPaddingLogicalHeight() + scrollbarLogicalHeight()); in layoutBlock()
421 … LayoutUnit borderPaddingAndScrollbar = borderAndPaddingLogicalHeight() + scrollbarLogicalHeight(); in mainAxisContentExtent()
687 + scrollbarLogicalHeight(); in layoutFlexItems()
1132 …alHeight(mainAxisOffset + flowAwareBorderEnd() + flowAwarePaddingEnd() + scrollbarLogicalHeight()); in layoutAndPlaceChildren()
DRenderBox.cpp2805 …0, adjustContentBoxLogicalHeightForBoxSizing(heightIncludingScrollbar) - scrollbarLogicalHeight()); in computeContentLogicalHeight()
2904 …cb->constrainContentBoxLogicalHeightByMinMax(contentBoxHeight - cb->scrollbarLogicalHeight(), -1)); in computePercentageLogicalHeight()
2914 …nContentBoxLogicalHeightByMinMax(contentBoxHeightWithScrollbar - cb->scrollbarLogicalHeight(), -1); in computePercentageLogicalHeight()
2925 …nContentBoxLogicalHeightByMinMax(contentBoxHeightWithScrollbar - cb->scrollbarLogicalHeight(), -1); in computePercentageLogicalHeight()
2933 …ght = computedValues.m_extent - cb->borderAndPaddingLogicalHeight() - cb->scrollbarLogicalHeight(); in computePercentageLogicalHeight()
3044 …computedValues.m_extent - block->borderAndPaddingLogicalHeight() - block->scrollbarLogicalHeight(); in computeReplacedLogicalHeightUsing()
3117 …0, adjustContentBoxLogicalHeightForBoxSizing(heightIncludingScrollbar) - scrollbarLogicalHeight()); in availableLogicalHeightUsing()
3125 …computedValues.m_extent - block->borderAndPaddingLogicalHeight() - block->scrollbarLogicalHeight(); in availableLogicalHeightUsing()
DRenderBlockFlow.cpp231 …ingBefore() + colInfo->columnHeight() + borderAfter() + paddingAfter() + scrollbarLogicalHeight()); in relayoutForPagination()
315 LayoutUnit toAdd = borderAfter() + paddingAfter() + scrollbarLogicalHeight(); in layoutBlock()
770 LayoutUnit afterEdge = borderAfter() + paddingAfter() + scrollbarLogicalHeight(); in layoutBlockChildren()
DRenderBox.h454 …int scrollbarLogicalHeight() const { return style()->isHorizontalWritingMode() ? horizontalScrollb… in scrollbarLogicalHeight() function
DRenderTableCell.cpp1245 LayoutUnit scrollbarHeight = scrollbarLogicalHeight(); in scrollbarsChanged()
DRenderBlockLineLayout.cpp1813 …ght() + lastLineAnnotationsAdjustment + borderAfter() + paddingAfter() + scrollbarLogicalHeight()); in layoutInlineChildren()
DRenderBlock.cpp3807 …mnCount(colInfo) * columnLogicalHeight + borderAfter() + paddingAfter() + scrollbarLogicalHeight(); in flipForWritingModeIncludingColumns()
3821 …mnCount(colInfo) * columnLogicalHeight + borderAfter() + paddingAfter() + scrollbarLogicalHeight(); in adjustStartEdgeForWritingModeIncludingColumns()