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.cpp1310 if (ContainerNode* blockEnclosingList = listNode->parentNode()) { in breakOutOfEmptyListItem() local
1311 if (blockEnclosingList->hasTagName(liTag)) { // listNode is inside another list item in breakOutOfEmptyListItem()
1312 … if (visiblePositionAfterNode(blockEnclosingList) == visiblePositionAfterNode(listNode.get())) { in breakOutOfEmptyListItem()
1317 splitElement(toElement(blockEnclosingList), listNode); in breakOutOfEmptyListItem()
1322 } else if (blockEnclosingList->hasTagName(olTag) || blockEnclosingList->hasTagName(ulTag)) { in breakOutOfEmptyListItem()