HomeSort by relevance Sort by last modified time
    Searched refs:borderAndPaddingLogicalWidth (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTextControlMultiLine.cpp 97 placeholderBox->style()->setLogicalWidth(Length(contentLogicalWidth() - placeholderBox->borderAndPaddingLogicalWidth(), Fixed));
RenderTextControl.cpp 108 LayoutUnit unitWidth = logicalWidth() - borderAndPaddingLogicalWidth();
278 LayoutUnit toAdd = borderAndPaddingLogicalWidth();
RenderBoxModelObject.h 124 LayoutUnit borderAndPaddingLogicalWidth() const { return borderStart() + borderEnd() + paddingStart() + paddingEnd(); }
RenderBox.cpp     [all...]
RenderTextControlSingleLine.cpp 320 result += spinRenderer->borderAndPaddingLogicalWidth();
RenderDeprecatedFlexibleBox.cpp 167 return child->logicalWidth() - child->borderAndPaddingLogicalWidth();
240 LayoutUnit borderAndPadding = borderAndPaddingLogicalWidth();
    [all...]
RenderFlexibleBox.cpp 424 return child.computeLogicalWidthUsing(sizeType, size, contentLogicalWidth(), this) - child.borderAndPaddingLogicalWidth();
    [all...]
RenderReplaced.cpp 464 LayoutUnit borderAndPadding = borderAndPaddingLogicalWidth();
RenderTableCell.cpp 139 return Length(std::max(0, colWidthSum - borderAndPaddingLogicalWidth().ceil()), Fixed);
    [all...]
RenderGrid.cpp 399 LayoutUnit borderAndPaddingInInlineDirection = borderAndPaddingLogicalWidth();
    [all...]
RenderBlock.cpp     [all...]
RenderBlockFlow.cpp 511 LayoutUnit totalAvailableLogicalWidth = borderAndPaddingLogicalWidth() + availableLogicalWidth();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
ShapeOutsideInfo.cpp 105 LayoutSize marginBoxSizeDelta(renderBox.marginLogicalWidth() + renderBox.borderAndPaddingLogicalWidth(), renderBox.marginLogicalHeight() + renderBox.borderAndPaddingLogicalHeight());

Completed in 146 milliseconds