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/
RenderIFrame.cpp 64 return childRoot->minPreferredLogicalWidth() + borderAndPaddingLogicalWidth();
76 return childRoot->maxPreferredLogicalWidth() + borderAndPaddingLogicalWidth();
RenderTextControlMultiLine.cpp 103 placeholderBox->style()->setLogicalWidth(Length(contentLogicalWidth() - placeholderBox->borderAndPaddingLogicalWidth(), Fixed));
RenderTextControl.cpp 98 LayoutUnit unitWidth = logicalWidth() - borderAndPaddingLogicalWidth();
262 LayoutUnit toAdd = borderAndPaddingLogicalWidth();
RenderBox.cpp     [all...]
RenderFlexibleBox.cpp 460 return child->computeLogicalWidthInRegionUsing(sizeType, size, contentLogicalWidth(), this, region, offsetFromLogicalTopOfFirstPage) - child->borderAndPaddingLogicalWidth();
    [all...]
RenderBoxModelObject.h 130 LayoutUnit borderAndPaddingLogicalWidth() const { return borderStart() + borderEnd() + paddingStart() + paddingEnd(); }
RenderTextControlSingleLine.cpp 337 result += spinRenderer->borderAndPaddingLogicalWidth();
RenderDeprecatedFlexibleBox.cpp 175 return child->logicalWidth() - child->borderAndPaddingLogicalWidth();
246 LayoutUnit borderAndPadding = borderAndPaddingLogicalWidth();
    [all...]
RenderReplaced.cpp 460 LayoutUnit borderAndPadding = borderAndPaddingLogicalWidth();
RenderGrid.cpp 311 LayoutUnit borderAndPaddingInInlineDirection = borderAndPaddingLogicalWidth();
    [all...]
RenderTableCell.cpp 139 return Length(max(0, colWidthSum - borderAndPaddingLogicalWidth().ceil()), Fixed);
    [all...]
RenderBlock.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
ShapeInfo.h 74 logicalWidth -= m_renderer->borderAndPaddingLogicalWidth();

Completed in 227 milliseconds