Searched refs:hasRelativeLogicalHeight (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderReplaced.cpp235 return hasRelativeLogicalHeight() && style()->logicalWidth().isAuto() && !hasAutoHeightOrContainingBlockWithAutoHeight();
H A DRenderBox.h580 virtual bool hasRelativeLogicalHeight() const;
H A DRenderView.cpp208 if ((child->isBox() && toRenderBox(child)->hasRelativeLogicalHeight())
H A DRenderGrid.cpp1065 if (oldOverrideContainingBlockContentLogicalWidth != overrideContainingBlockContentLogicalWidth || (oldOverrideContainingBlockContentLogicalHeight != overrideContainingBlockContentLogicalHeight && child->hasRelativeLogicalHeight()))
H A DRenderBlock.cpp1531 if (relayoutChildren || (child->hasRelativeLogicalHeight() && !isRenderView()))
H A DRenderBox.cpp4444 bool RenderBox::hasRelativeLogicalHeight() const function in class:blink::RenderBox

Completed in 783 milliseconds