Searched refs:m_canCollapseBottomWithChildren (Results 1 – 2 of 2) sorted by relevance
427 bool m_canCollapseBottomWithChildren : 1; variable471 …bool canCollapseWithBottom() const { return m_atBottomOfBlock && m_canCollapseBottomWithChildren; } in canCollapseWithBottom()473 bool canCollapseBottomWithChildren() const { return m_canCollapseBottomWithChildren; } in canCollapseBottomWithChildren()
106 m_canCollapseBottomWithChildren = m_canCollapseWithChildren && (bottom == 0) && in MarginInfo()