Searched refs:marginLogicalHeight (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderSearchField.cpp155 nonContentHeight = max(nonContentHeight, resultsRenderer->borderAndPaddingLogicalHeight() + resultsRenderer->marginLogicalHeight());
161 nonContentHeight = max(nonContentHeight, cancelRenderer->borderAndPaddingLogicalHeight() + cancelRenderer->marginLogicalHeight());
H A DRenderBoxModelObject.h151 LayoutUnit marginLogicalHeight() const { return marginBefore() + marginAfter(); } function in class:WebCore::RenderBoxModelObject

Completed in 147 milliseconds