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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderSearchField.cpp 64 nonContentHeight = max(nonContentHeight, decorationRenderer->borderAndPaddingLogicalHeight() + decorationRenderer->marginLogicalHeight());
70 nonContentHeight = max(nonContentHeight, cancelRenderer->borderAndPaddingLogicalHeight() + cancelRenderer->marginLogicalHeight());
RenderBoxModelObject.h 155 LayoutUnit marginLogicalHeight() const { return marginBefore() + marginAfter(); }
  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
ShapeInfo.h 76 logicalHeight += m_renderer->marginLogicalHeight();

Completed in 27 milliseconds