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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBlockFlow.h405 void setMaxMarginBeforeValues(LayoutUnit pos, LayoutUnit neg);
H A DRenderBlockFlow.cpp1200 setMaxMarginBeforeValues(std::max(posTop, maxPositiveMarginBefore()), std::max(negTop, maxNegativeMarginBefore()));
1401 setMaxMarginBeforeValues(oldTopPosMargin, oldTopNegMargin);
1669 void RenderBlockFlow::setMaxMarginBeforeValues(LayoutUnit pos, LayoutUnit neg) function in class:blink::RenderBlockFlow

Completed in 171 milliseconds