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

  /external/webkit/WebCore/rendering/
RenderBlock.h 153 int maxBottomNegMargin() const { return m_maxMargin ? m_maxMargin->m_bottomNeg : MaxMargin::bottomNegDefault(this); }
163 m_maxMargin->m_bottomNeg = MaxMargin::bottomNegDefault(this);
514 , m_bottomNeg(bottomNegDefault(o))
526 int m_bottomNeg;
RenderBlock.cpp     [all...]

Completed in 12 milliseconds