Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DCompositeEditCommand.cpp1304 if (ContainerNode* blockEnclosingList = listNode->parentNode()) { in breakOutOfEmptyListItem() local
1305 if (isHTMLLIElement(*blockEnclosingList)) { // listNode is inside another list item in breakOutOfEmptyListItem()
1306 … if (visiblePositionAfterNode(*blockEnclosingList) == visiblePositionAfterNode(*listNode)) { in breakOutOfEmptyListItem()
1311 splitElement(toElement(blockEnclosingList), listNode); in breakOutOfEmptyListItem()
1316 … } else if (isHTMLOListElement(*blockEnclosingList) || isHTMLUListElement(*blockEnclosingList)) { in breakOutOfEmptyListItem()