Searched refs:m_marginBottom (Results 1 – 3 of 3) sorted by relevance
78 , m_marginBottom(0) in RenderBox()1709 m_marginBottom = 0; in calcVerticalMargins()1718 m_marginBottom = style()->marginBottom().calcMinValue(cw); in calcVerticalMargins()2156 h, m_marginTop, m_marginBottom, y); in calcAbsoluteVertical()2176 m_marginBottom = maxMarginBottom; in calcAbsoluteVertical()2195 m_marginBottom = minMarginBottom; in calcAbsoluteVertical()2577 m_marginBottom = difference - m_marginTop; // account for odd valued differences in calcAbsoluteVerticalReplaced()2585 m_marginBottom = marginBottom.calcValue(containerHeight); in calcAbsoluteVerticalReplaced()2589 topValue = availableSpace - (bottomValue + m_marginTop + m_marginBottom); in calcAbsoluteVerticalReplaced()2592 m_marginBottom = marginBottom.calcValue(containerHeight); in calcAbsoluteVerticalReplaced()[all …]
122 virtual int marginBottom() const { return m_marginBottom; } in marginBottom()352 int m_marginBottom; variable
112 m_marginBottom = style()->marginBottom().calcMinValue(visibleSize); in computeScrollbarHeight()