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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
FormatBlockCommand.cpp 163 if (isListElement(n))
htmlediting.h 109 bool isListElement(Node*);
htmlediting.cpp 541 bool isListElement(Node* n)
678 if (isHTMLLIElement(*n) || (isListElement(n->parentNode()) && n != root))
    [all...]
CompositeEditCommand.cpp     [all...]
ReplaceSelectionCommand.cpp     [all...]
markup.cpp 522 while (specialCommonAncestor && !isListElement(specialCommonAncestor))
    [all...]

Completed in 78 milliseconds