Searched refs:isHTMLListElement (Results 1 – 6 of 6) sorted by relevance
164 if (isHTMLListElement(n)) in enclosingBlockToSplitTreeTo()
117 bool isHTMLListElement(Node*);
1112 …if ((isHTMLListElement(refNode.get()) || (isLegacyAppleHTMLSpanElement(refNode.get()) && isHTMLLis… in doApply()1457 while (listElement->hasOneChild() && isHTMLListElement(listElement->firstChild())) in insertAsListItems()
1325 if (isListItem(nextListNode.get()) || isHTMLListElement(nextListNode.get())) { in breakOutOfEmptyListItem()1327 if (isListItem(previousListNode.get()) || isHTMLListElement(previousListNode.get())) in breakOutOfEmptyListItem()1339 …removeNode(isListItem(previousListNode.get()) || isHTMLListElement(previousListNode.get()) ? empty… in breakOutOfEmptyListItem()
562 bool isHTMLListElement(Node* n) in isHTMLListElement() function701 if (isHTMLLIElement(*n) || (isHTMLListElement(n->parentNode()) && n != root)) in enclosingListChild()
530 while (ancestor && !isHTMLListElement(ancestor)) in highestAncestorToWrapMarkup()