Searched refs:everHadLayout (Results 1 – 19 of 19) sorted by relevance
165 if (beingDestroyed() || !everHadLayout()) { in shouldHandleSubtreeMutations()312 if (!everHadLayout()) { in subtreeTextDidChange()357 if (!everHadLayout()) { in layout()420 if (everHadLayout() && selfNeedsLayout()) in layout()
72 if (everHadLayout() && needsLayout()) in layout()
56 if (everHadLayout() && selfNeedsLayout()) in layout()
153 bool layoutChanged = everHadLayout() && selfNeedsLayout(); in layout()
114 if (everHadLayout() && selfNeedsLayout()) in layout()
207 if (everHadLayout()) in invalidateCacheAndMarkForLayout()
217 bool childEverHadLayout = child->everHadLayout(); in layoutChildren()
163 if (everHadLayout() && selfNeedsLayout()) in layout()
62 if (!owner->documentBeingDestroyed() && notifyRenderer && oldChild->everHadLayout()) { in removeChildNode()
252 , everHadLayout(f->everHadLayout()) in FloatWithRect()258 bool everHadLayout; member
404 bool everHadLayout() const { return m_bitfields.everHadLayout(); } in everHadLayout() function1173 ADD_BOOLEAN_BITFIELD(everHadLayout, EverHadLayout);
189 bool placeholderBoxHadLayout = placeholderBox->everHadLayout(); in layout()
258 if (everHadLayout() && !selfNeedsLayout()) { in imageDimensionsChanged()
441 bool childHadLayout = child->everHadLayout(); in layoutBlockChild()1557 if (!everHadLayout() && !containsFloats()) in markAllDescendantsWithFloatsForLayout()1573 if (childBlock->shrinkToAvoidFloats() && childBlock->everHadLayout()) in markAllDescendantsWithFloatsForLayout()
198 m_pageLogicalSizeChanged = m_regionsInvalidated && everHadLayout(); in layout()
1391 if (!parent() || !everHadLayout()) in imageChanged()1517 if (colInfo->columnHeight() != pageLogicalHeight && everHadLayout()) { in checkForPaginationLogicalHeightChange()3047 if (!everHadLayout()) in markShapeInsideDescendantsForLayout()
1698 if (!floats[i].everHadLayout) { in repaintDirtyFloats()
1610 return !document().view()->needsFullRepaint() && !hasLayer() && everHadLayout(); in checkForRepaintDuringLayout()
833 if (svgRoot->everHadLayout() && !svgRoot->needsLayout()) in forceLayoutParentViewIfNeeded()