HomeSort by relevance Sort by last modified time
    Searched full:marginlogicalheight (Results 1 - 4 of 4) 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());
RenderBoxModelObject.h 148 LayoutUnit marginLogicalHeight() const { return marginBefore() + marginAfter(); }
RenderGrid.cpp 628 return child.logicalHeight() + child.marginLogicalHeight();
    [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 6130 milliseconds