Searched refs:m_hasOnlySelfCollapsingChildren (Results 1 – 3 of 3) sorted by relevance
535 mutable unsigned m_hasOnlySelfCollapsingChildren : 1; variable
286 m_hasOnlySelfCollapsingChildren = RenderBlock::isSelfCollapsingBlock(); in isSelfCollapsingBlock()287 return m_hasOnlySelfCollapsingChildren; in isSelfCollapsingBlock()298 m_hasOnlySelfCollapsingChildren = false; in layoutBlock()
163 , m_hasOnlySelfCollapsingChildren(false) in RenderBlock()1272 if (m_hasOnlySelfCollapsingChildren) in isSelfCollapsingBlock()