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

/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DIndentOutdentCommand.cpp70 RefPtrWillBeRawPtr<Element> nextList = ElementTraversal::nextSibling(*selectedListItem); local
90 if (canMergeLists(newList.get(), nextList.get()))
91 mergeIdenticalElements(newList.get(), nextList.get());
H A DInsertListCommand.cpp75 RefPtrWillBeRawPtr<HTMLElement> nextList = toHTMLElement(nextSibling);
76 if (canMergeLists(list.get(), nextList.get())) {
77 mergeIdenticalElements(list, nextList);
78 return nextList.release();
351 Element* nextList = adjacentEnclosingList(start, end.next(CannotCrossEditingBoundary), listTag); local
355 else if (nextList)
356 insertNodeAt(listItemElement, positionBeforeNode(nextList));
402 if (canMergeLists(previousList, nextList))
403 mergeIdenticalElements(previousList, nextList);
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang/ ...

Completed in 106 milliseconds