Home
last modified time | relevance | path

Searched refs:hasAutoHeightOrContainingBlockWithAutoHeight (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderReplaced.cpp251 if (hasAutoHeightOrContainingBlockWithAutoHeight()) in hasReplacedLogicalHeight()
266 …gicalHeight() && style()->logicalWidth().isAuto() && !hasAutoHeightOrContainingBlockWithAutoHeight in needsPreferredWidthsRecalculation()
DRenderBoxModelObject.h275 bool hasAutoHeightOrContainingBlockWithAutoHeight() const;
DRenderBoxModelObject.cpp200 bool RenderBoxModelObject::hasAutoHeightOrContainingBlockWithAutoHeight() const in hasAutoHeightOrContainingBlockWithAutoHeight() function in WebCore::RenderBoxModelObject
257 && (!containingBlock->hasAutoHeightOrContainingBlockWithAutoHeight() in relativePositionOffset()
263 && (!containingBlock->hasAutoHeightOrContainingBlockWithAutoHeight() in relativePositionOffset()