Searched refs:previousList (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/editing/
H A DInsertListCommand.cpp70 Element* previousList = list->previousElementSibling(); local
71 if (canMergeLists(previousList, list.get()))
72 mergeIdenticalElements(previousList, list);
348 Element* previousList = adjacentEnclosingList(start.deepEquivalent(), start.previous(CannotCrossEditingBoundary), listTag); local
351 if (previousList)
352 appendNode(listItemElement, previousList);
398 if (canMergeLists(previousList, nextList))
399 mergeIdenticalElements(previousList, nextList);
H A DIndentOutdentCommand.cpp73 RefPtr<Element> previousList = ElementTraversal::previousSibling(selectedListItem.get());
81 if (canMergeLists(previousList.get(), newList.get()))
82 mergeIdenticalElements(previousList, newList);

Completed in 119 milliseconds