HomeSort by relevance Sort by last modified time
    Searched refs:hasAutoHeightOrContainingBlockWithAutoHeight (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBoxModelObject.cpp 158 bool RenderBoxModelObject::hasAutoHeightOrContainingBlockWithAutoHeight() const
192 return cb->hasAutoHeightOrContainingBlockWithAutoHeight();
221 && (!containingBlock->hasAutoHeightOrContainingBlockWithAutoHeight()
227 && (!containingBlock->hasAutoHeightOrContainingBlockWithAutoHeight()
RenderReplaced.cpp 220 if (hasAutoHeightOrContainingBlockWithAutoHeight())
235 return hasRelativeLogicalHeight() && style()->logicalWidth().isAuto() && !hasAutoHeightOrContainingBlockWithAutoHeight();
351 bool computedHeightIsAuto = hasAutoHeightOrContainingBlockWithAutoHeight();
RenderBoxModelObject.h 186 bool hasAutoHeightOrContainingBlockWithAutoHeight() const;
RenderBox.cpp     [all...]

Completed in 329 milliseconds