HomeSort by relevance Sort by last modified time
    Searched refs:isListElement (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebCore/editing/
ModifySelectionListLevel.cpp 82 if (r && isListElement(r->node()))
179 if (isListElement(previousItem)) {
248 if (!isListElement(start->parentNode()->parentNode()))
FormatBlockCommand.cpp 157 if (isListElement(n))
htmlediting.cpp 588 bool isListElement(Node *n)
697 if (n->hasTagName(liTag) || isListElement(n->parentNode()))
710 if (isListElement(n))
721 if (isListElement(n))
    [all...]
htmlediting.h 93 bool isListElement(Node*);
ReplaceSelectionCommand.cpp     [all...]

Completed in 21 milliseconds