Home
last modified time | relevance | path

Searched refs:destroyRootParent (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderObject.cpp2697destroyRootParent = destroyRoot->parent(); destroyRootParent && destroyRootParent->isAnonymous(); … in destroyAndCleanupAnonymousWrappers() local
2699 …if (destroyRootParent->isRenderBlock() && toRenderBlock(destroyRootParent)->isAnonymousBlockContin… in destroyAndCleanupAnonymousWrappers()
2703 … if (destroyRootParent->isRenderFlowThread() || destroyRootParent->isAnonymousColumnSpanBlock()) in destroyAndCleanupAnonymousWrappers()
2706 if (destroyRootParent->firstChild() != this || destroyRootParent->lastChild() != this) in destroyAndCleanupAnonymousWrappers()