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

  /external/webkit/Source/WebCore/editing/
InsertListCommand.cpp 75 RefPtr<HTMLElement> nextList = toHTMLElement(list->nextElementSibling());
76 if (canMergeLists(list.get(), nextList.get())) {
77 mergeIdenticalElements(list, nextList);
78 return nextList.release();
343 Element* nextList = adjacentEnclosingList(start.deepEquivalent(), end.next(CannotCrossEditingBoundary), listTag);
347 else if (nextList)
348 insertNodeAt(listItemElement, positionBeforeNode(nextList));
390 if (canMergeLists(previousList, nextList))
391 mergeIdenticalElements(previousList, nextList);
IndentOutdentCommand.cpp 76 Element* nextList = selectedListItem->nextElementSibling();
85 if (canMergeLists(newList.get(), nextList))
86 mergeIdenticalElements(newList, nextList);
htmlediting.cpp 756 while (HTMLElement* nextList = enclosingList(list)) {
757 if (nextList == rootList)
759 list = nextList;
    [all...]
  /prebuilt/common/netbeans-visual/
org-openide-util.jar 

Completed in 67 milliseconds