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

/external/webkit/WebCore/rendering/
H A DRenderFieldset.h44 virtual bool avoidsFloats() const { return true; } function in class:WebCore::RenderFieldset
H A DRenderFlexibleBox.h45 virtual bool avoidsFloats() const { return true; } function in class:WebCore::RenderFlexibleBox
H A DRenderTextControl.h99 virtual bool avoidsFloats() const { return true; } function in class:WebCore::RenderTextControl
H A DRenderTable.h157 virtual bool avoidsFloats() const { return true; } function in class:WebCore::RenderTable
H A DRenderBlock.cpp1177 if (child->avoidsFloats()) {
1199 if (child->avoidsFloats()) {
1355 if (yPosEstimate != oldRect.y() && !child->avoidsFloats() && child->isBlockFlow() && toRenderBlock(child)->containsFloats())
1357 else if (!child->avoidsFloats() || child->shrinkToAvoidFloats()) {
1396 if (!child->avoidsFloats() && child->isBlockFlow() && toRenderBlock(child)->containsFloats())
2989 if (avoidsFloats() || isRoot() || isRenderView() || isFloatingOrPositioned() || isTableCell()) {
3012 while (prev && (prev->isFloatingOrPositioned() || !prev->isBox() || !prev->isRenderBlock() || toRenderBlock(prev)->avoidsFloats())) {
3182 bool RenderBlock::avoidsFloats() const function in class:WebCore::RenderBlock
3185 return RenderBox::avoidsFloats() || !style()->hasAutoColumnCount() || !style()->hasAutoColumnWidth();
3245 if (!result && child->avoidsFloats()) {
[all...]
H A DRenderBox.h297 virtual bool avoidsFloats() const;
H A DRenderBlock.h295 virtual bool avoidsFloats() const;
H A DRenderBox.cpp2865 if ((isInline() && !isHTMLMarquee()) || !avoidsFloats())
2872 bool RenderBox::avoidsFloats() const function in class:WebCore::RenderBox

Completed in 126 milliseconds