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

/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DCompositeEditCommand.cpp1298 RefPtr<Node> nextListNode = emptyListItem->isElementNode() ? toElement(emptyListItem.get())->nextElementSibling(): emptyListItem->nextSibling(); local
1299 if (isListItem(nextListNode.get()) || isListElement(nextListNode.get())) {

Completed in 52 milliseconds