Searched refs:adjustBorderBoxLogicalWidthForBoxSizing (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DFixedTableLayout.cpp151 fixedBorderBoxLogicalWidth = cell->adjustBorderBoxLogicalWidthForBoxSizing(logicalWidth.value());
H A DAutoTableLayout.cpp99 int logicalWidth = cell->adjustBorderBoxLogicalWidthForBoxSizing(cellLogicalWidth.value());
H A DRenderBox.h369 LayoutUnit adjustBorderBoxLogicalWidthForBoxSizing(LayoutUnit width) const;
H A DRenderBox.cpp1016 LayoutUnit RenderBox::adjustBorderBoxLogicalWidthForBoxSizing(LayoutUnit width) const function in class:blink::RenderBox
2030 return adjustBorderBoxLogicalWidthForBoxSizing(valueForLength(logicalWidth, availableLogicalWidth));

Completed in 545 milliseconds