Home
last modified time | relevance | path

Searched refs:nextList (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
DInsertListCommand.cpp76 RefPtr<HTMLElement> nextList = toHTMLElement(list->nextElementSibling()); in mergeWithNeighboringLists() local
77 if (canMergeLists(list.get(), nextList.get())) { in mergeWithNeighboringLists()
78 mergeIdenticalElements(list, nextList); in mergeWithNeighboringLists()
79 return nextList.release(); in mergeWithNeighboringLists()
347 …Element* nextList = adjacentEnclosingList(start.deepEquivalent(), end.next(CannotCrossEditingBound… in listifyParagraph() local
351 else if (nextList) in listifyParagraph()
352 insertNodeAt(listItemElement, positionBeforeNode(nextList)); in listifyParagraph()
396 if (canMergeLists(previousList, nextList)) in listifyParagraph()
397 mergeIdenticalElements(previousList, nextList); in listifyParagraph()
DIndentOutdentCommand.cpp70 RefPtr<Element> nextList = selectedListItem->nextElementSibling(); in tryIndentingAsListItem() local
90 if (canMergeLists(newList.get(), nextList.get())) in tryIndentingAsListItem()
91 mergeIdenticalElements(newList.get(), nextList.get()); in tryIndentingAsListItem()
Dhtmlediting.cpp733 while (HTMLElement* nextList = enclosingList(list)) { in outermostEnclosingList() local
734 if (nextList == rootList) in outermostEnclosingList()
736 list = nextList; in outermostEnclosingList()
/external/chromium_org/chrome/third_party/chromevox/
DchromeVoxChromePageScript.js870 …{forward:!0,findNext:"link",msgId:"next_link",category:"jump_commands"},nextList:{forward:!0,findN… property
DchromeVoxChromeBackgroundScript.js1030 …{forward:!0,findNext:"link",msgId:"next_link",category:"jump_commands"},nextList:{forward:!0,findN… property