Home
last modified time | relevance | path

Searched refs:previousCandidate (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/editing/
Dhtmlediting.h109 Position previousCandidate(const Position&);
DVisiblePosition.cpp501 Position prev = canonicalizeCandidate(previousCandidate(position)); in canonicalPosition()
Dhtmlediting.cpp254 Position previousCandidate(const Position& position) in previousCandidate() function
/external/webkit/Source/WebCore/
DChangeLog-2006-12-314403 (WebCore::previousCandidate):
37077 and use next/previousCandidate and next/previousVisuallyDistinctCandidate.
44965 (WebCore::previousCandidate): Moved and split out from previousVisiblePosition.
DChangeLog-2007-10-1434393 the candidates returned by next/previousCandidate before
54523 (WebCore::previousCandidate): Changed to use PositionIterator.
DChangeLog-2010-05-2427866 next/previousCandidate(). Also, creation of a PositionIterator from a Position