Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlock.cpp952 RenderObject* firstAnChild = child->m_children.firstChild(); in removeLeftoverAnonymousBlock() local
954 if (firstAnChild) { in removeLeftoverAnonymousBlock()
955 RenderObject* o = firstAnChild; in removeLeftoverAnonymousBlock()
960 firstAnChild->setPreviousSibling(child->previousSibling()); in removeLeftoverAnonymousBlock()
963 child->previousSibling()->setNextSibling(firstAnChild); in removeLeftoverAnonymousBlock()
968 m_children.setFirstChild(firstAnChild); in removeLeftoverAnonymousBlock()