Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/dom/
DElement.cpp1284 Node* newLastChild = 0; in checkForSiblingStyleChanges() local
1285 …for (newLastChild = e->lastChild(); newLastChild && !newLastChild->isElementNode(); newLastChild =… in checkForSiblingStyleChanges()
1293 …if (newLastChild != lastElementBeforeInsertion && lastElementBeforeInsertion && lastElementBeforeI… in checkForSiblingStyleChanges()
1299 …hedParsingCallback) && newLastChild == lastElementBeforeInsertion && newLastChild && newLastChild-… in checkForSiblingStyleChanges()
1300 newLastChild->setNeedsStyleRecalc(); in checkForSiblingStyleChanges()