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

  /external/chromium_org/third_party/WebKit/Source/core/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 544 bool isListElement(Node *n)
681 if (n->hasTagName(liTag) || (isListElement(n->parentNode()) && n != root))
694 if (isListElement(n))
705 if (isListElement(n))
    [all...]
htmlediting.h 109 bool isListElement(Node*);
CompositeEditCommand.cpp     [all...]
ReplaceSelectionCommand.cpp     [all...]
markup.cpp 510 while (specialCommonAncestor && !isListElement(specialCommonAncestor))
    [all...]

Completed in 1595 milliseconds