hasRelativeLogicalHeight 1484 Source/core/rendering/RenderBlock.cpp     if (relayoutChildren || (child->hasRelativeLogicalHeight() && !isRenderView()))
hasRelativeLogicalHeight  586 Source/core/rendering/RenderBox.h     virtual bool hasRelativeLogicalHeight() const;
hasRelativeLogicalHeight  936 Source/core/rendering/RenderGrid.cpp         if (oldOverrideContainingBlockContentLogicalWidth != overrideContainingBlockContentLogicalWidth || (oldOverrideContainingBlockContentLogicalHeight != overrideContainingBlockContentLogicalHeight && child->hasRelativeLogicalHeight()))
hasRelativeLogicalHeight  267 Source/core/rendering/RenderReplaced.cpp     return hasRelativeLogicalHeight() && style()->logicalWidth().isAuto() && !hasAutoHeightOrContainingBlockWithAutoHeight();
hasRelativeLogicalHeight  208 Source/core/rendering/RenderView.cpp             if ((child->isBox() && toRenderBox(child)->hasRelativeLogicalHeight())
hasRelativeLogicalHeight   67 Source/core/rendering/svg/RenderSVGRoot.h     virtual bool hasRelativeLogicalHeight() const OVERRIDE;