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

  /external/webkit/WebCore/editing/
ModifySelectionListLevel.cpp 82 if (r && isListElement(r->node()))
179 if (isListElement(previousItem)) {
248 if (!isListElement(start->parentNode()->parentNode()))
htmlediting.h 92 bool isListElement(Node*);
htmlediting.cpp 656 bool isListElement(Node *n)
761 if (n->hasTagName(liTag) || isListElement(n->parentNode()))
774 if (isListElement(n))
785 if (isListElement(n))
    [all...]
ReplaceSelectionCommand.cpp     [all...]

Completed in 137 milliseconds