Searched refs:blockEnclosingList (Results 1 – 1 of 1) sorted by relevance
1011 if (Node* blockEnclosingList = listNode->parentNode()) { in breakOutOfEmptyListItem() local1012 if (blockEnclosingList->hasTagName(liTag)) { // listNode is inside another list item in breakOutOfEmptyListItem()1013 … if (visiblePositionAfterNode(blockEnclosingList) == visiblePositionAfterNode(listNode)) { in breakOutOfEmptyListItem()1018 splitElement(static_cast<Element*>(blockEnclosingList), listNode); in breakOutOfEmptyListItem()1023 } else if (blockEnclosingList->hasTagName(olTag) || blockEnclosingList->hasTagName(ulTag)) in breakOutOfEmptyListItem()