Searched refs:isListElement (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/editing/
H A DModifySelectionListLevel.cpp82 if (r && isListElement(r->node()))
179 if (isListElement(previousItem)) {
248 if (!isListElement(start->parentNode()->parentNode()))
H A DFormatBlockCommand.cpp157 if (isListElement(n))
H A Dhtmlediting.cpp588 bool isListElement(Node *n) function in namespace:WebCore
697 if (n->hasTagName(liTag) || isListElement(n->parentNode()))
710 if (isListElement(n))
721 if (isListElement(n))
H A Dhtmlediting.h93 bool isListElement(Node*);
H A DReplaceSelectionCommand.cpp994 if ((isListElement(refNode.get()) || (isStyleSpan(refNode.get()) && isListElement(refNode->firstChild())))
1254 while (listElement->hasChildNodes() && isListElement(listElement->firstChild()) && listElement->childNodeCount() == 1)

Completed in 70 milliseconds