Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlock.cpp953 RenderObject* lastAnChild = child->m_children.lastChild(); in removeLeftoverAnonymousBlock() local
961 lastAnChild->setNextSibling(child->nextSibling()); in removeLeftoverAnonymousBlock()
965 child->nextSibling()->setPreviousSibling(lastAnChild); in removeLeftoverAnonymousBlock()
970 m_children.setLastChild(lastAnChild); in removeLeftoverAnonymousBlock()