Home
last modified time | relevance | path

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

/external/webkit/WebCore/editing/
DInsertListCommand.cpp146 Node* nextListChild; in doApply() local
153 nextListChild = listChildNode->nextSibling(); in doApply()
159 nextListChild = enclosingListChild(end.next().deepEquivalent().node()); in doApply()
160 ASSERT(nextListChild != listChildNode); in doApply()
161 if (enclosingList(nextListChild) != listNode) in doApply()
162 nextListChild = 0; in doApply()
179 if (nextListChild && previousListChild) { in doApply()
187 splitElement(listNode, splitTreeToNode(nextListChild, listNode)); in doApply()
189 } else if (nextListChild || listChildNode->parentNode() != listNode) { in doApply()