HomeSort by relevance Sort by last modified time
    Searched defs:nextList (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/editing/
IndentOutdentCommand.cpp 70 RefPtrWillBeRawPtr<Element> nextList = ElementTraversal::nextSibling(*selectedListItem);
90 if (canMergeLists(newList.get(), nextList.get()))
91 mergeIdenticalElements(newList.get(), nextList.get());
InsertListCommand.cpp 75 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);
355 else if (nextList)
356 insertNodeAt(listItemElement, positionBeforeNode(nextList));
402 if (canMergeLists(previousList, nextList))
403 mergeIdenticalElements(previousList, nextList);
  /prebuilts/tools/common/netbeans-visual/
org-openide-util.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
commons-lang-2.6.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
commons-lang-2.6.jar 
  /prebuilts/tools/common/m2/repository/commons-lang/commons-lang/2.4/
commons-lang-2.4.jar 
  /prebuilts/tools/common/m2/repository/commons-lang/commons-lang/2.6/
commons-lang-2.6.jar 

Completed in 92 milliseconds