Home
last modified time | relevance | path

Searched refs:previousPosition (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebCore/editing/
DInsertListCommand.cpp210 VisiblePosition previousPosition = start.previous(true); in doApply() local
215 Element* previousList = outermostEnclosingList(previousPosition.deepEquivalent().node()); in doApply()
218 Node* previousCell = enclosingTableCell(previousPosition.deepEquivalent()); in doApply()
/external/webkit/WebCore/
DChangeLog-2005-08-2325646 (khtml::VisiblePosition::previousPosition):
33688 (khtml::VisiblePosition::previousPosition): Switch to node iteration instead "leaf"
35336 (DOM::CaretPosition::previousPosition): Ditto.