Searched refs:hasAutoHeightOrContainingBlockWithAutoHeight (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBoxModelObject.cpp158 bool RenderBoxModelObject::hasAutoHeightOrContainingBlockWithAutoHeight() const function in class:blink::RenderBoxModelObject
192 return cb->hasAutoHeightOrContainingBlockWithAutoHeight();
221 && (!containingBlock->hasAutoHeightOrContainingBlockWithAutoHeight()
227 && (!containingBlock->hasAutoHeightOrContainingBlockWithAutoHeight()
H A DRenderReplaced.cpp220 if (hasAutoHeightOrContainingBlockWithAutoHeight())
235 return hasRelativeLogicalHeight() && style()->logicalWidth().isAuto() && !hasAutoHeightOrContainingBlockWithAutoHeight();
351 bool computedHeightIsAuto = hasAutoHeightOrContainingBlockWithAutoHeight();
H A DRenderBoxModelObject.h186 bool hasAutoHeightOrContainingBlockWithAutoHeight() const;
H A DRenderBox.cpp2550 return containingBlock->hasAutoHeightOrContainingBlockWithAutoHeight();

Completed in 160 milliseconds