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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderSearchField.cpp 63 nonContentHeight = max(nonContentHeight, decorationRenderer->borderAndPaddingLogicalHeight() + decorationRenderer->marginLogicalHeight());
69 nonContentHeight = max(nonContentHeight, cancelRenderer->borderAndPaddingLogicalHeight() + cancelRenderer->marginLogicalHeight());
RenderFlexibleBox.cpp 236 setLogicalHeight(borderAndPaddingLogicalHeight() + scrollbarLogicalHeight());
358 return child.constrainLogicalHeightByMinMax(childIntrinsicContentLogicalHeight + child.borderAndPaddingLogicalHeight(), childIntrinsicContentLogicalHeight);
404 LayoutUnit borderPaddingAndScrollbar = borderAndPaddingLogicalHeight() + scrollbarLogicalHeight();
422 return child.computeContentLogicalHeight(size, child.logicalHeight() - child.borderAndPaddingLogicalHeight()) + child.scrollbarLogicalHeight();
669 LayoutUnit minHeight = borderAndPaddingLogicalHeight()
    [all...]
RenderBoxModelObject.h 123 LayoutUnit borderAndPaddingLogicalHeight() const { return borderAndPaddingBefore() + borderAndPaddingAfter(); }
RenderTextControl.cpp 100 return logicalHeight() - borderAndPaddingLogicalHeight();
RenderBox.cpp     [all...]
InlineBox.cpp 135 result += flowObject->borderAndPaddingLogicalHeight();
RenderDeprecatedFlexibleBox.cpp 174 return child->logicalHeight() - child->borderAndPaddingLogicalHeight();
    [all...]
RenderTableCell.cpp 305 setOverrideLogicalContentHeight(std::max<LayoutUnit>(0, rowHeight - borderAndPaddingLogicalHeight()));
    [all...]
InlineFlowBox.cpp 663 borderPaddingHeight = boxObject.borderAndPaddingLogicalHeight();
    [all...]
RenderGrid.cpp     [all...]
RenderBlock.cpp     [all...]
RenderBlockLineLayout.cpp     [all...]
RenderBlockFlow.cpp 213 LayoutUnit columnHeight = computedValues.m_extent - borderAndPaddingLogicalHeight() - scrollbarLogicalHeight();
    [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 808 milliseconds