Searched refs:isListElement (Results 1 – 7 of 7) sorted by relevance
82 if (r && isListElement(r->node())) in getStartEndListChildren()179 if (isListElement(previousItem)) { in doApply()247 if (!isListElement(start->parentNode()->parentNode())) in canDecreaseListLevel()
537 bool isListElement(Node *n) in isListElement() function674 if (n->hasTagName(liTag) || (isListElement(n->parentNode()) && n != root)) in enclosingListChild()687 if (isListElement(n)) in embeddedSublist()698 if (isListElement(n)) in appendedSublist()
163 if (isListElement(n)) in enclosingBlockToSplitTreeTo()
109 bool isListElement(Node*);
1331 if (isListItem(nextListNode.get()) || isListElement(nextListNode.get())) { in breakOutOfEmptyListItem()1333 if (isListItem(previousListNode.get()) || isListElement(previousListNode.get())) in breakOutOfEmptyListItem()1345 …removeNode(isListItem(previousListNode.get()) || isListElement(previousListNode.get()) ? emptyList… in breakOutOfEmptyListItem()
1077 …if ((isListElement(refNode.get()) || (isLegacyAppleStyleSpan(refNode.get()) && isListElement(refNo… in doApply()1421 …while (listElement->hasChildNodes() && isListElement(listElement->firstChild()) && listElement->ch… in insertAsListItems()
511 while (specialCommonAncestor && !isListElement(specialCommonAncestor)) in highestAncestorToWrapMarkup()