Searched refs:documentBeingDestroyed (Results 1 – 24 of 24) sorted by relevance
62 if (!owner->documentBeingDestroyed() && notifyRenderer && oldChild->everHadLayout()) { in removeChildNode()79 if (!owner->documentBeingDestroyed() && oldChild->isSelectionBorder()) in removeChildNode()82 if (!owner->documentBeingDestroyed() && notifyRenderer) in removeChildNode()105 if (!owner->documentBeingDestroyed()) in removeChildNode()149 if (!owner->documentBeingDestroyed() && notifyRenderer) in insertChildNode()152 if (!owner->documentBeingDestroyed()) { in insertChildNode()
161 if (!beingDestroyed() && !documentBeingDestroyed() && child->isRubyText()) { in removeChild()181 if (!beingDestroyed() && !documentBeingDestroyed()) { in removeChild()
79 if (!renderer()->documentBeingDestroyed()) { in ~RenderLayerStackingNode()154 if (!renderer()->documentBeingDestroyed()) { in dirtyZOrderLists()196 if (!renderer()->documentBeingDestroyed()) { in dirtyNormalFlowList()
70 if (!m_reflection->documentBeingDestroyed()) in ~RenderLayerReflectionInfo()
355 if (!documentBeingDestroyed()) { in detachQuote()
156 if (documentBeingDestroyed()) in imageChanged()289 if (documentBeingDestroyed()) in notifyFinished()
221 if (documentBeingDestroyed()) in setNeedsSectionRecalc()
912 bool documentBeingDestroyed() const;1232 inline bool RenderObject::documentBeingDestroyed() const in documentBeingDestroyed() function
64 if (!documentBeingDestroyed() && parent()) in willBeDestroyed()
426 if (documentBeingDestroyed()) in invalidate()
376 if (documentBeingDestroyed()) in attachRegion()
105 if (inResizeMode() && !m_box->documentBeingDestroyed()) { in ~RenderLayerScrollableArea()121 if (!m_box->documentBeingDestroyed()) { in ~RenderLayerScrollableArea()
154 if (!m_renderer->documentBeingDestroyed()) in ~RenderLayer()1432 if (!renderer()->documentBeingDestroyed()) in removeChild()3772 if (m_parent && !renderer()->documentBeingDestroyed()) in setParent()3777 if (m_parent && !renderer()->documentBeingDestroyed()) in setParent()
2541 if (!documentBeingDestroyed()) in clearLayoutRootIfNeeded()2579 if (!documentBeingDestroyed() && view() && view()->hasRenderNamedFlowThreads()) { in willBeDestroyed()2691 if (documentBeingDestroyed()) { in destroyAndCleanupAnonymousWrappers()
210 if (!documentBeingDestroyed()) { in removeAndDestroyTextBoxes()
91 if (!documentBeingDestroyed()) { in willBeDestroyed()
216 if (!documentBeingDestroyed()) { in willBeDestroyed()998 … if (oldChild->documentBeingDestroyed() || oldChild->isInline() || oldChild->virtualContinuation()) in canMergeContiguousAnonymousBlocks()1045 if (documentBeingDestroyed()) { in removeChild()
707 if (!child->hasCompositedLayerMapping() || parent->renderer()->documentBeingDestroyed()) in layerWillBeRemoved()
1176 if (layerChanged && !m_owningLayer->renderer()->documentBeingDestroyed()) in updateBackgroundLayer()
172 if (documentBeingDestroyed()) in removeFloatingOrPositionedChildFromBlockLists()2071 if (!documentBeingDestroyed()) in deleteLineBoxWrapper()
176 if (!shouldHandleSubtreeMutations() || documentBeingDestroyed()) in subtreeChildWasAdded()264 if (!documentBeingDestroyed()) in subtreeChildWillBeRemoved()279 if (!shouldHandleSubtreeMutations() || documentBeingDestroyed()) { in subtreeChildWasRemoved()294 if (!shouldHandleSubtreeMutations() || documentBeingDestroyed()) in subtreeStyleDidChange()
194 if (needsLayout && !object->documentBeingDestroyed()) in markForLayoutAndParentResourceInvalidation()
66 virtual void documentBeingDestroyed() OVERRIDE;
154 void TouchController::documentBeingDestroyed() in documentBeingDestroyed() function in WebCore::TouchController