Searched refs:m_atBottomOfBlock (Results 1 – 2 of 2) sorted by relevance
441 bool m_atBottomOfBlock : 1; variable457 void setAtBottomOfBlock(bool b) { m_atBottomOfBlock = b; } in setAtBottomOfBlock()471 …bool canCollapseWithBottom() const { return m_atBottomOfBlock && m_canCollapseBottomWithChildren; } in canCollapseWithBottom()
113 m_atBottomOfBlock = false; in MarginInfo()