Home
last modified time | relevance | path

Searched defs:nextList (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/editing/
DInsertListCommand.cpp75 RefPtr<HTMLElement> nextList = toHTMLElement(list->nextElementSibling()); in mergeWithNeighboringLists() local
343 …Element* nextList = adjacentEnclosingList(start.deepEquivalent(), end.next(CannotCrossEditingBound… in listifyParagraph() local
DIndentOutdentCommand.cpp76 Element* nextList = selectedListItem->nextElementSibling(); in tryIndentingAsListItem() local
Dhtmlediting.cpp756 while (HTMLElement* nextList = enclosingList(list)) { in outermostEnclosingList() local