Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlock.h127 static bool hasPercentHeightContainerMap();
DRenderBlock.cpp2848 bool RenderBlock::hasPercentHeightContainerMap() in hasPercentHeightContainerMap() function in WebCore::RenderBlock
2891 if (!hasPercentHeightContainerMap()) in removePercentHeightDescendantIfNeeded()
DRenderBox.cpp247 if (RenderBlock::hasPercentHeightContainerMap() && firstChild() in styleDidChange()