Searched defs:nextList (Results 1 – 6 of 6) 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 347 …Element* nextList = adjacentEnclosingList(start.deepEquivalent(), end.next(CannotCrossEditingBound… in listifyParagraph() local
|
D | IndentOutdentCommand.cpp | 70 RefPtr<Element> nextList = selectedListItem->nextElementSibling(); in tryIndentingAsListItem() local
|
D | htmlediting.cpp | 733 while (HTMLElement* nextList = enclosingList(list)) { in outermostEnclosingList() local
|
/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
|
D | chromeVoxChromeOptionsScript.js | 68 …{forward:!0,findNext:"link",msgId:"next_link",category:"jump_commands"},nextList:{forward:!0,findN… property
|