Home
last modified time | relevance | path

Searched refs:previousList (Results 1 – 3 of 3) sorted by relevance

/external/webkit/WebCore/editing/
DInsertListCommand.cpp215 Element* previousList = outermostEnclosingList(previousPosition.deepEquivalent().node()); in doApply() local
221 …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()
DIndentOutdentCommand.cpp86 Element* previousList = selectedListItem->previousElementSibling(); in tryIndentingAsListItem() local
93 if (canMergeLists(previousList, newList.get())) in tryIndentingAsListItem()
94 mergeIdenticalElements(previousList, newList); in tryIndentingAsListItem()
/external/webkit/WebCore/
DChangeLog-2007-10-1437915 the previousList if it contains the start.