Searched refs:hasPercentHeightDescendant (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBlock.h121 static bool hasPercentHeightDescendant(RenderBox*);
H A DRenderBlock.cpp2263 bool RenderBlock::hasPercentHeightDescendant(RenderBox* descendant) function in class:blink::RenderBlock
2304 if (!hasPercentHeightDescendant(descendant))
2318 if (!hasPercentHeightDescendant(box))
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DWebFrameTest.cpp5835 EXPECT_TRUE(RenderBlock::hasPercentHeightDescendant(percentHeightInAnonymous));
5836 EXPECT_TRUE(RenderBlock::hasPercentHeightDescendant(percentHeightDirectChild));

Completed in 143 milliseconds