Home
last modified time | relevance | path

Searched refs:isHTMLListElement (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
DFormatBlockCommand.cpp164 if (isHTMLListElement(n)) in enclosingBlockToSplitTreeTo()
Dhtmlediting.h117 bool isHTMLListElement(Node*);
DReplaceSelectionCommand.cpp1112 …if ((isHTMLListElement(refNode.get()) || (isLegacyAppleHTMLSpanElement(refNode.get()) && isHTMLLis… in doApply()
1457 while (listElement->hasOneChild() && isHTMLListElement(listElement->firstChild())) in insertAsListItems()
DCompositeEditCommand.cpp1325 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()
Dhtmlediting.cpp562 bool isHTMLListElement(Node* n) in isHTMLListElement() function
701 if (isHTMLLIElement(*n) || (isHTMLListElement(n->parentNode()) && n != root)) in enclosingListChild()
Dmarkup.cpp530 while (ancestor && !isHTMLListElement(ancestor)) in highestAncestorToWrapMarkup()