Searched refs:newLastChild (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/dom/
H A DElement.cpp1264 Node* newLastChild = 0; local
1265 for (newLastChild = e->lastChild(); newLastChild && !newLastChild->isElementNode(); newLastChild = newLastChild->previousSibling()) {};
1273 if (newLastChild != lastElementBeforeInsertion && lastElementBeforeInsertion && lastElementBeforeInsertion->attached() &&
1279 if ((childCountDelta < 0 || finishedParsingCallback) && newLastChild == lastElementBeforeInsertion && newLastChild && newLastChild
[all...]

Completed in 52 milliseconds