Home | History | Annotate | Download | only in parser

Lines Matching defs:lastNode

1641         HTMLElementStack::ElementRecord* lastNode = furthestBlock;
1664 if (lastNode == furthestBlock)
1667 if (Element* parent = lastNode->element()->parentElement())
1668 parent->parserRemoveChild(lastNode->element());
1669 node->element()->parserAddChild(lastNode->element());
1670 if (lastNode->element()->parentElement()->attached() && !lastNode->element()->attached())
1671 lastNode->element()->lazyAttach();
1673 lastNode = node;
1677 if (Element* parent = lastNode->element()->parentElement())
1678 parent->parserRemoveChild(lastNode->element());
1684 m_tree.fosterParent(lastNode->element());
1686 commonAncestor->parserAddChild(lastNode->element());
1687 ASSERT(lastNode->node()->isElementNode());
1688 ASSERT(lastNode->element()->parentNode());
1689 if (lastNode->element()->parentNode()->attached() && !lastNode->element()->attached())
1690 lastNode->element()->lazyAttach();