Searched refs:borderAndPaddingLogicalWidth (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTextControlMultiLine.cpp97 placeholderBox->style()->setLogicalWidth(Length(contentLogicalWidth() - placeholderBox->borderAndPaddingLogicalWidth(), Fixed));
H A DRenderTextControl.cpp108 LayoutUnit unitWidth = logicalWidth() - borderAndPaddingLogicalWidth();
278 LayoutUnit toAdd = borderAndPaddingLogicalWidth();
H A DRenderBoxModelObject.h124 LayoutUnit borderAndPaddingLogicalWidth() const { return borderStart() + borderEnd() + paddingStart() + paddingEnd(); } function in class:blink::RenderBoxModelObject
H A DRenderBox.cpp887 minLogicalWidth = minPreferredLogicalWidth() - borderAndPaddingLogicalWidth();
888 maxLogicalWidth = maxPreferredLogicalWidth() - borderAndPaddingLogicalWidth();
1018 LayoutUnit bordersPlusPadding = borderAndPaddingLogicalWidth();
1035 width -= borderAndPaddingLogicalWidth();
1922 computedValues.m_extent = overrideLogicalContentWidth() + borderAndPaddingLogicalWidth();
1944 computedValues.m_extent = std::max<LayoutUnit>(floatValueForLength(logicalWidthLength, 0) + borderAndPaddingLogicalWidth(), minPreferredLogicalWidth());
1950 computedValues.m_extent = logicalWidthLength.value() + borderAndPaddingLogicalWidth();
2034 return computeIntrinsicLogicalWidthUsing(logicalWidth, availableLogicalWidth, borderAndPaddingLogicalWidth());
2493 return computeIntrinsicLogicalWidthUsing(logicalWidth, availableLogicalWidth, borderAndPaddingLogicalWidth()) - borderAndPaddingLogicalWidth();
[all...]
H A DRenderTextControlSingleLine.cpp320 result += spinRenderer->borderAndPaddingLogicalWidth();
H A DRenderDeprecatedFlexibleBox.cpp167 return child->logicalWidth() - child->borderAndPaddingLogicalWidth();
240 LayoutUnit borderAndPadding = borderAndPaddingLogicalWidth();
H A DRenderFlexibleBox.cpp424 return child.computeLogicalWidthUsing(sizeType, size, contentLogicalWidth(), this) - child.borderAndPaddingLogicalWidth();
991 child.setOverrideLogicalContentWidth(childPreferredSize - child.borderAndPaddingLogicalWidth());
1374 child.setOverrideLogicalContentWidth(childWidth - child.borderAndPaddingLogicalWidth());
H A DRenderReplaced.cpp464 LayoutUnit borderAndPadding = borderAndPaddingLogicalWidth();
H A DRenderTableCell.cpp139 return Length(std::max(0, colWidthSum - borderAndPaddingLogicalWidth().ceil()), Fixed);
H A DRenderGrid.cpp399 LayoutUnit borderAndPaddingInInlineDirection = borderAndPaddingLogicalWidth();
H A DRenderBlock.cpp3210 LayoutUnit borderAndPadding = borderAndPaddingLogicalWidth();
H A DRenderBlockFlow.cpp511 LayoutUnit totalAvailableLogicalWidth = borderAndPaddingLogicalWidth() + availableLogicalWidth();
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
H A DShapeOutsideInfo.cpp105 LayoutSize marginBoxSizeDelta(renderBox.marginLogicalWidth() + renderBox.borderAndPaddingLogicalWidth(), renderBox.marginLogicalHeight() + renderBox.borderAndPaddingLogicalHeight());

Completed in 192 milliseconds