Home
last modified time | relevance | path

Searched refs:isListElement (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
DModifySelectionListLevel.cpp82 if (r && isListElement(r->node())) in getStartEndListChildren()
179 if (isListElement(previousItem)) { in doApply()
247 if (!isListElement(start->parentNode()->parentNode())) in canDecreaseListLevel()
Dhtmlediting.cpp537 bool isListElement(Node *n) in isListElement() function
674 if (n->hasTagName(liTag) || (isListElement(n->parentNode()) && n != root)) in enclosingListChild()
687 if (isListElement(n)) in embeddedSublist()
698 if (isListElement(n)) in appendedSublist()
DFormatBlockCommand.cpp163 if (isListElement(n)) in enclosingBlockToSplitTreeTo()
Dhtmlediting.h109 bool isListElement(Node*);
DCompositeEditCommand.cpp1331 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()
DReplaceSelectionCommand.cpp1077 …if ((isListElement(refNode.get()) || (isLegacyAppleStyleSpan(refNode.get()) && isListElement(refNo… in doApply()
1421 …while (listElement->hasChildNodes() && isListElement(listElement->firstChild()) && listElement->ch… in insertAsListItems()
Dmarkup.cpp511 while (specialCommonAncestor && !isListElement(specialCommonAncestor)) in highestAncestorToWrapMarkup()