Home
last modified time | relevance | path

Searched refs:m_atBottomOfBlock (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebCore/rendering/
DRenderBlock.h441 bool m_atBottomOfBlock : 1; variable
457 void setAtBottomOfBlock(bool b) { m_atBottomOfBlock = b; } in setAtBottomOfBlock()
471 …bool canCollapseWithBottom() const { return m_atBottomOfBlock && m_canCollapseBottomWithChildren; } in canCollapseWithBottom()
DRenderBlock.cpp113 m_atBottomOfBlock = false; in MarginInfo()