Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlock.cpp1170 bool hasAutoHeight = logicalHeightLength.isAuto(); in isSelfCollapsingBlock() local
1172 hasAutoHeight = true; in isSelfCollapsingBlock()
1175 hasAutoHeight = false; in isSelfCollapsingBlock()
1181 …if (hasAutoHeight || ((logicalHeightLength.isFixed() || logicalHeightLength.isPercent()) && logica… in isSelfCollapsingBlock()