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

/macosx-10.10/WebCore-7600.1.25/editing/
H A DInsertListCommand.cpp261 Node* nextListChild; local
268 nextListChild = listChildNode->nextSibling();
274 nextListChild = enclosingListChild(end.next().deepEquivalent().deprecatedNode(), listNode);
275 ASSERT(nextListChild != listChildNode);
290 if (nextListChild && previousListChild) {
291 // We want to pull listChildNode out of listNode, and place it before nextListChild
295 // FIXME: We appear to split at nextListChild as opposed to listChildNode so that when we remove
297 // unrendered. But we ought to remove nextListChild too, if it is unrendered.
298 splitElement(listNode, splitTreeToNode(nextListChild, listNode));
300 } else if (nextListChild || listChildNod
[all...]

Completed in 191 milliseconds