Searched refs:isFloatingOrPositioned (Results 1 – 16 of 16) sorted by relevance
62 … if (!child->isFloatingOrPositioned() && !(child->isAnonymousBlock() && child->childrenInline())) in hasOnlyWrappedInlineChildren()128 ASSERT(child->isFloatingOrPositioned()); in moveBlockChildren()144 if (child->isFloatingOrPositioned()) in moveBlockChildren()
205 s_canPropagateFloatIntoSibling = style() ? !isFloatingOrPositioned() && !avoidsFloats() : false; in styleWillChange()278 bool canPropagateFloatIntoSibling = !isFloatingOrPositioned() && !avoidsFloats(); in styleDidChange()353 if (newChild->isFloatingOrPositioned()) in addChildToContinuation()383 if (newChild->isFloatingOrPositioned()) in addChildToAnonymousColumnBlocks()424 …if (!curr->isRenderBlock() || curr->isFloatingOrPositioned() || curr->isTableCell() || curr->isRoo… in containingColumnsBlock()660 … if (!newChild->isText() && newChild->style()->columnSpan() && !newChild->isFloatingOrPositioned() in columnsBlockForSpanningElement()754 if (childrenInline() && !newChild->isInline() && !newChild->isFloatingOrPositioned()) { in addChildIgnoringAnonymousColumnBlocks()764 } else if (!childrenInline() && (newChild->isFloatingOrPositioned() || newChild->isInline())) { in addChildIgnoringAnonymousColumnBlocks()825 while (curr && !(curr->isInline() || curr->isFloatingOrPositioned())) in getInlineRun()836 while (curr && (curr->isInline() || curr->isFloatingOrPositioned()) && (curr != boundary)) { in getInlineRun()[all …]
242 if (!newChild->isInline() && !newChild->isFloatingOrPositioned()) { in addChildIgnoringContinuation()440 if (newChild->isFloatingOrPositioned()) in addChildToContinuation()493 if (curr->isFloatingOrPositioned()) in culledInlineAbsoluteRects()577 if (curr->isFloatingOrPositioned()) in culledInlineAbsoluteQuads()785 if (curr->isFloatingOrPositioned()) in culledInlineBoundingBox()843 if (curr->isFloatingOrPositioned()) in culledInlineFirstLineBox()869 if (curr->isFloatingOrPositioned()) in culledInlineLastLineBox()897 if (curr->isFloatingOrPositioned()) in culledInlineVisualOverflowBoundingBox()1240 if (curr->isFloatingOrPositioned()) in dirtyLineBoxes()
119 if (!legend->isFloatingOrPositioned() && legend->node() && in findLegend()
338 if (curr->isFloatingOrPositioned()) in dirtyLinesFromChangedChild()
178 if (!newChild->isFloatingOrPositioned() && owner->childrenInline()) in appendChildNode()
289 …ument()->inQuirksMode() && style()->logicalHeight().isAuto() && !isFloatingOrPositioned() && (isRo… in stretchesToViewport()
1556 if (it.m_obj->isFloatingOrPositioned()) in requiresLineBox()1887 if (o->isFloatingOrPositioned()) { in findNextLineBreak()2308 if (!o->isFloatingOrPositioned()) { in findNextLineBreak()
659 bool isFloatingOrPositioned() const { return (isFloating() || isPositioned()); } in isFloatingOrPositioned() function
266 if (!isFloatingOrPositioned() && height() == 0) { in layoutBlock()
341 if (oldChild->isFloatingOrPositioned()) in removeChild()1705 s_affectsParentBlock = isFloatingOrPositioned() && in styleWillChange()
227 ASSERT(isFloatingOrPositioned()); in removeFloatingOrPositionedChildFromBlockLists()
227 while (first && first->isFloatingOrPositioned()) in rendererIsNeeded()
746 return !r->isInline() && r->isRenderBlock() && !r->isFloatingOrPositioned() && !r->isBody(); in shouldEmitNewlinesBeforeAndAfterNode()
12918 (WebCore::RenderObject::isFloatingOrPositioned):
37883 (WebCore::RenderObject::isFloatingOrPositioned):