Searched refs:blockEnclosingList (Results 1 – 1 of 1) sorted by relevance
1056 if (ContainerNode* blockEnclosingList = listNode->parentNode()) { in breakOutOfEmptyListItem() local1057 if (blockEnclosingList->hasTagName(liTag)) { // listNode is inside another list item in breakOutOfEmptyListItem()1058 … if (visiblePositionAfterNode(blockEnclosingList) == visiblePositionAfterNode(listNode)) { in breakOutOfEmptyListItem()1063 splitElement(static_cast<Element*>(blockEnclosingList), listNode); in breakOutOfEmptyListItem()1068 } else if (blockEnclosingList->hasTagName(olTag) || blockEnclosingList->hasTagName(ulTag)) in breakOutOfEmptyListItem()