Searched refs:adjustContentBoxLogicalHeightForBoxSizing (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBox.cpp1039 LayoutUnit RenderBox::adjustContentBoxLogicalHeightForBoxSizing(LayoutUnit height) const function in class:blink::RenderBox
1544 return cb->adjustContentBoxLogicalHeightForBoxSizing(logicalHeightLength.value());
2328 return std::max<LayoutUnit>(0, adjustContentBoxLogicalHeightForBoxSizing(heightIncludingScrollbar) - scrollbarLogicalHeight());
2429 LayoutUnit contentBoxHeight = cb->adjustContentBoxLogicalHeightForBoxSizing(cbstyle->logicalHeight().value());
2435 LayoutUnit contentBoxHeightWithScrollbar = cb->adjustContentBoxLogicalHeightForBoxSizing(heightWithScrollbar);
2570 return adjustContentBoxLogicalHeightForBoxSizing(logicalHeight.value());
2588 LayoutUnit newHeight = block->adjustContentBoxLogicalHeightForBoxSizing(newContentHeight);
2589 return adjustContentBoxLogicalHeightForBoxSizing(valueForLength(logicalHeight, newHeight));
2616 return adjustContentBoxLogicalHeightForBoxSizing(valueForLength(logicalHeight, availableHeight));
2622 return adjustContentBoxLogicalHeightForBoxSizing(computeIntrinsicLogicalContentHeightUsin
[all...]
H A DRenderBox.h372 LayoutUnit adjustContentBoxLogicalHeightForBoxSizing(LayoutUnit height) const;

Completed in 100 milliseconds