Searched refs:avoidsFloats (Results 1 - 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderFieldset.h44 virtual bool avoidsFloats() const { return true; } function in class:WebCore::RenderFieldset
H A DRenderFlexibleBox.h47 virtual bool avoidsFloats() const { return true; } function in class:WebCore::RenderFlexibleBox
H A DRenderTextControl.h93 virtual bool avoidsFloats() const { return true; } function in class:WebCore::RenderTextControl
H A DRenderTable.h218 virtual bool avoidsFloats() const { return true; } function in class:WebCore::RenderTable
H A DRenderBlock.cpp205 s_canPropagateFloatIntoSibling = style() ? !isFloatingOrPositioned() && !avoidsFloats() : false;
278 bool canPropagateFloatIntoSibling = !isFloatingOrPositioned() && !avoidsFloats();
1818 if (child->avoidsFloats()) {
2002 if (logicalTopEstimate != oldLogicalTop && !child->avoidsFloats() && childRenderBlock && childRenderBlock->containsFloats())
2004 else if (!child->avoidsFloats() || child->shrinkToAvoidFloats()) {
2085 if (!child->avoidsFloats() && childRenderBlock->containsFloats())
3611 if (avoidsFloats() || isRoot() || isRenderView() || isFloatingOrPositioned() || isTableCell()) {
3647 while (prev && (prev->isFloatingOrPositioned() || !prev->isBox() || !prev->isRenderBlock() || toRenderBlock(prev)->avoidsFloats())) {
3842 bool RenderBlock::avoidsFloats() const function in class:WebCore::RenderBlock
3845 return RenderBox::avoidsFloats() || !styl
[all...]
H A DRenderBox.h376 virtual bool avoidsFloats() const;
H A DRenderBlock.h542 virtual bool avoidsFloats() const;
H A DRenderBox.cpp3259 if ((isInline() && !isHTMLMarquee()) || !avoidsFloats() || isFloating())
3266 bool RenderBox::avoidsFloats() const function in class:WebCore::RenderBox

Completed in 136 milliseconds