Home | History | Annotate | Download | only in rendering

Lines Matching refs:negativeMarginBefore

206         int negativeMarginBefore() const { return m_negativeMarginBefore; }
254 int maxNegativeMarginBefore() const { return m_rareData ? m_rareData->m_margins.negativeMarginBefore() : RenderBlockRareData::negativeMarginBeforeDefault(this); }