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

  /external/webkit/WebCore/rendering/
RenderBox.h 146 // the margin of the element. Blocks override the maxTopMargin and maxBottomMargin
150 int collapsedMarginBottom() const { return maxBottomMargin(true) - maxBottomMargin(false); }
152 virtual int maxBottomMargin(bool positive) const { return positive ? std::max(0, marginBottom()) : -std::min(0, marginBottom()); }
RenderBlock.cpp     [all...]
RenderBlock.h 220 virtual int maxBottomMargin(bool positive) const { return positive ? maxBottomPosMargin() : maxBottomNegMargin(); }

Completed in 92 milliseconds