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 74 RefPtrWillBeRawPtr<Element> nextList = ElementTraversal::nextSibling(*selectedListItem);
94 if (canMergeLists(newList.get(), nextList.get()))
95 mergeIdenticalElements(newList.get(), nextList.get());
InsertListCommand.cpp 78 RefPtrWillBeRawPtr<HTMLElement> nextList = toHTMLElement(nextSibling);
79 if (canMergeLists(list.get(), nextList.get())) {
80 mergeIdenticalElements(list, nextList);
81 return nextList.release();
358 HTMLElement* nextList = adjacentEnclosingList(start, end.next(CannotCrossEditingBoundary), listTag);
362 else if (nextList)
363 insertNodeAt(listItemElement, positionBeforeNode(nextList));
409 if (canMergeLists(previousList, nextList))
410 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 190 milliseconds