Searched refs:bottomPosDefault (Results 1 – 3 of 3) sorted by relevance
152 …rgin() const { return m_maxMargin ? m_maxMargin->m_bottomPos : MaxMargin::bottomPosDefault(this); } in maxBottomPosMargin()162 m_maxMargin->m_bottomPos = MaxMargin::bottomPosDefault(this); in initMaxMarginValues()513 , m_bottomPos(bottomPosDefault(o)) in MaxMargin()520 …static int bottomPosDefault(const RenderBlock* o) { return o->marginBottom() > 0 ? o->marginBottom… in bottomPosDefault() function
4905 if (pos == MaxMargin::bottomPosDefault(this) && neg == MaxMargin::bottomNegDefault(this)) in setMaxBottomMargins()
45527 (WebCore::RenderBlock::MaxMargin::bottomPosDefault):