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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTextControl.cpp 123 LayoutUnit nonContentHeight = innerTextBox->borderAndPaddingHeight() + innerTextBox->marginHeight();
124 logicalHeight = computeControlLogicalHeight(innerTextBox->lineHeight(true, HorizontalLine, PositionOfInteriorLineBoxes), nonContentHeight) + borderAndPaddingHeight();
RenderBoxModelObject.h 127 LayoutUnit borderAndPaddingHeight() const { return borderTop() + borderBottom() + paddingTop() + paddingBottom(); }
RenderTextControlSingleLine.cpp 188 placeholderBox->style()->setHeight(Length(innerTextSize.height() - placeholderBox->borderAndPaddingHeight(), Fixed));
RenderDeprecatedFlexibleBox.cpp     [all...]
RenderListBox.cpp 268 LayoutUnit height = itemHeight() * size() - rowSpacing + borderAndPaddingHeight();
RenderFlexibleBox.cpp 644 return isHorizontalFlow() ? child->borderAndPaddingWidth() : child->borderAndPaddingHeight();
    [all...]
RenderBox.cpp     [all...]
RenderLayer.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLAppletElement.cpp 110 renderer->height() - renderer->borderAndPaddingHeight();

Completed in 303 milliseconds