Searched refs:previousList (Results 1 – 3 of 3) sorted by relevance
215 Element* previousList = outermostEnclosingList(previousPosition.deepEquivalent().node()); in doApply() local221 …if (previousList && (!previousList->hasTagName(listTag) || startNode->isDescendantOf(previousList)… in doApply()222 previousList = 0; in doApply()226 if (previousList) in doApply()227 appendNode(listItemElement, previousList); in doApply()264 if (nextList && previousList) in doApply()265 mergeIdenticalElements(previousList, nextList); in doApply()
86 Element* previousList = selectedListItem->previousElementSibling(); in tryIndentingAsListItem() local93 if (canMergeLists(previousList, newList.get())) in tryIndentingAsListItem()94 mergeIdenticalElements(previousList, newList); in tryIndentingAsListItem()
37915 the previousList if it contains the start.