Searched refs:m_negativeMarginAfter (Results 1 – 1 of 1) sorted by relevance
267 , m_negativeMarginAfter(afterNeg) in MarginValues()273 LayoutUnit negativeMarginAfter() const { return m_negativeMarginAfter; } in negativeMarginAfter()278 void setNegativeMarginAfter(LayoutUnit neg) { m_negativeMarginAfter = neg; } in setNegativeMarginAfter()284 LayoutUnit m_negativeMarginAfter; variable