Searched refs:beingDestroyed (Results 1 – 5 of 5) sorted by relevance
161 if (!beingDestroyed() && !documentBeingDestroyed() && child->isRubyText()) { in removeChild()181 if (!beingDestroyed() && !documentBeingDestroyed()) { in removeChild()
72 if (!m_placeholder->beingDestroyed()) in willBeDestroyed()
92 bool beingDestroyed() const { return m_beingDestroyed; } in beingDestroyed() function
1001 …sAnonymousBlock() || toRenderBlock(prev)->continuation() || toRenderBlock(prev)->beingDestroyed())) in canMergeContiguousAnonymousBlocks()1002 …AnonymousBlock() || toRenderBlock(next)->continuation() || toRenderBlock(next)->beingDestroyed()))) in canMergeContiguousAnonymousBlocks()1022 if (child->beingDestroyed()) in collapseAnonymousBlockChild()1129 if (!beingDestroyed() && isAnonymousBlockContinuation() && !oldChild->isListMarker()) { in removeChild()
165 if (beingDestroyed() || !everHadLayout()) { in shouldHandleSubtreeMutations()311 ASSERT(!beingDestroyed()); in subtreeTextDidChange()