Home
last modified time | relevance | path

Searched refs:m_hasOnlySelfCollapsingChildren (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlock.h535 mutable unsigned m_hasOnlySelfCollapsingChildren : 1; variable
DRenderBlockFlow.cpp286 m_hasOnlySelfCollapsingChildren = RenderBlock::isSelfCollapsingBlock(); in isSelfCollapsingBlock()
287 return m_hasOnlySelfCollapsingChildren; in isSelfCollapsingBlock()
298 m_hasOnlySelfCollapsingChildren = false; in layoutBlock()
DRenderBlock.cpp163 , m_hasOnlySelfCollapsingChildren(false) in RenderBlock()
1272 if (m_hasOnlySelfCollapsingChildren) in isSelfCollapsingBlock()