Searched refs:beingDestroyed (Results 1 – 5 of 5) sorted by relevance
155 if (!beingDestroyed() && !documentBeingDestroyed() && child->isRubyText()) { in removeChild()175 if (!beingDestroyed() && !documentBeingDestroyed()) { in removeChild()
71 if (!m_placeholder->beingDestroyed()) in willBeDestroyed()
84 bool beingDestroyed() const { return m_beingDestroyed; } in beingDestroyed() function
1072 …sAnonymousBlock() || toRenderBlock(prev)->continuation() || toRenderBlock(prev)->beingDestroyed())) in canMergeContiguousAnonymousBlocks()1073 …AnonymousBlock() || toRenderBlock(next)->continuation() || toRenderBlock(next)->beingDestroyed()))) in canMergeContiguousAnonymousBlocks()1093 if (child->beingDestroyed()) in collapseAnonymousBlockChild()1198 if (!beingDestroyed() && isAnonymousBlockContinuation() && !oldChild->isListMarker()) { in removeChild()
146 if (beingDestroyed() || !everHadLayout()) { in shouldHandleSubtreeMutations()289 ASSERT(!beingDestroyed()); in subtreeTextDidChange()