Home
last modified time | relevance | path

Searched refs:atEndOfTree (Results 1 – 5 of 5) sorted by relevance

/external/webkit/WebCore/editing/
DVisiblePosition.cpp226 …if ((p.isCandidate() && p.downstream() != downstreamStart) || p.atStartOfTree() || p.atEndOfTree()) in leftVisuallyDistinctCandidate()
235 if (pos.atStartOfTree() || pos.atEndOfTree()) in left()
369 …if ((p.isCandidate() && p.downstream() != downstreamStart) || p.atStartOfTree() || p.atEndOfTree()) in rightVisuallyDistinctCandidate()
378 if (pos.atStartOfTree() || pos.atEndOfTree()) in right()
Dhtmlediting.cpp246 while (!p.atEndOfTree()) { in nextVisuallyDistinctCandidate()
/external/webkit/WebCore/dom/
DPosition.h142 bool atEndOfTree() const;
DPosition.cpp338 bool Position::atEndOfTree() const in atEndOfTree() function in WebCore::Position
409 while (!currentPos.atEndOfTree()) { in nextCharacterPosition()
/external/webkit/WebCore/
DChangeLog-2009-06-1628562 Rename Position::atStart and atEnd to atStartOfTree atEndOfTree
28584 (WebCore::Position::atEndOfTree):