hasAutoHeightOrContainingBlockWithAutoHeight  215 Source/core/rendering/RenderBoxModelObject.cpp         && (!containingBlock->hasAutoHeightOrContainingBlockWithAutoHeight()
hasAutoHeightOrContainingBlockWithAutoHeight  221 Source/core/rendering/RenderBoxModelObject.cpp         && (!containingBlock->hasAutoHeightOrContainingBlockWithAutoHeight()
hasAutoHeightOrContainingBlockWithAutoHeight  281 Source/core/rendering/RenderBoxModelObject.h     bool hasAutoHeightOrContainingBlockWithAutoHeight() const;
hasAutoHeightOrContainingBlockWithAutoHeight  252 Source/core/rendering/RenderReplaced.cpp         if (hasAutoHeightOrContainingBlockWithAutoHeight())
hasAutoHeightOrContainingBlockWithAutoHeight  267 Source/core/rendering/RenderReplaced.cpp     return hasRelativeLogicalHeight() && style()->logicalWidth().isAuto() && !hasAutoHeightOrContainingBlockWithAutoHeight();