Searched refs:newLastChild (Results 1 – 1 of 1) sorted by relevance
1284 Node* newLastChild = 0; in checkForSiblingStyleChanges() local1285 …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()