Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DCompositeEditCommand.cpp1324 …RefPtrWillBeRawPtr<Node> nextListNode = emptyListItem->isElementNode() ? ElementTraversal::nextSib… in breakOutOfEmptyListItem() local
1325 if (isListItem(nextListNode.get()) || isHTMLListElement(nextListNode.get())) { in breakOutOfEmptyListItem()