Searched refs:nextList (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
D | InsertListCommand.cpp | 76 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()
|
D | IndentOutdentCommand.cpp | 70 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()
|
D | htmlediting.cpp | 733 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/ |
D | chromeVoxChromePageScript.js | 870 …{forward:!0,findNext:"link",msgId:"next_link",category:"jump_commands"},nextList:{forward:!0,findN… property
|
D | chromeVoxChromeBackgroundScript.js | 1030 …{forward:!0,findNext:"link",msgId:"next_link",category:"jump_commands"},nextList:{forward:!0,findN… property
|