isListElement 1295 Source/core/editing/CompositeEditCommand.cpp if (isListItem(nextListNode.get()) || isListElement(nextListNode.get())) { isListElement 1297 Source/core/editing/CompositeEditCommand.cpp if (isListItem(previousListNode.get()) || isListElement(previousListNode.get())) isListElement 1309 Source/core/editing/CompositeEditCommand.cpp removeNode(isListItem(previousListNode.get()) || isListElement(previousListNode.get()) ? emptyListItem.get() : listNode.get()); isListElement 163 Source/core/editing/FormatBlockCommand.cpp if (isListElement(n)) isListElement 1076 Source/core/editing/ReplaceSelectionCommand.cpp if ((isListElement(refNode.get()) || (isLegacyAppleStyleSpan(refNode.get()) && isListElement(refNode->firstChild()))) isListElement 1421 Source/core/editing/ReplaceSelectionCommand.cpp while (listElement->hasChildren() && isListElement(listElement->firstChild()) && listElement->hasOneChild()) isListElement 674 Source/core/editing/htmlediting.cpp if (isHTMLLIElement(*n) || (isListElement(n->parentNode()) && n != root)) isListElement 109 Source/core/editing/htmlediting.h bool isListElement(Node*); isListElement 510 Source/core/editing/markup.cpp while (specialCommonAncestor && !isListElement(specialCommonAncestor))