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

/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DCompositeEditCommand.cpp1313 RefPtr<Node> nextListNode = emptyListItem->isElementNode() ? toElement(emptyListItem.get())->nextElementSibling(): emptyListItem->nextSibling(); local
1314 if (isListItem(nextListNode.get()) || isListElement(nextListNode.get())) {

Completed in 179 milliseconds