Home | History | Annotate | Download | only in editing

Lines Matching refs:isListItem

870     if (block->height() == 0 || (block->isListItem() && block->isEmpty()))
1299 if (isListItem(nextListNode.get()) || isListElement(nextListNode.get())) {
1301 if (isListItem(previousListNode.get()) || isListElement(previousListNode.get()))
1313 removeNode(isListItem(previousListNode.get()) || isListElement(previousListNode.get()) ? emptyListItem.get() : listNode.get());