Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderNamedFlowFragment.cpp90 bool hasAutoHeightStyle = styleToUse->logicalHeight().isAuto() in shouldHaveAutoLogicalHeight() local
94 return hasAutoHeightStyle && !hasAnchoredEndpointsForHeight; in shouldHaveAutoLogicalHeight()
DRenderRegion.cpp264 …bool hasAutoHeightStyle = style()->logicalHeight().isAuto() || style()->logicalHeight().isFitConte… in shouldHaveAutoLogicalHeight() local
266 return hasAutoHeightStyle && !hasAnchoredEndpointsForHeight; in shouldHaveAutoLogicalHeight()