Searched refs:atStartOfTree (Results 1 – 4 of 4) sorted by relevance
94 if (pos.atStartOfTree()) in previous()264 …if ((p.isCandidate() && p.downstream() != downstreamStart) || p.atStartOfTree() || p.atEndOfTree()) in leftVisuallyDistinctCandidate()275 if (pos.atStartOfTree() || pos.atEndOfTree()) in left()432 …if ((p.isCandidate() && p.downstream() != downstreamStart) || p.atStartOfTree() || p.atEndOfTree()) in rightVisuallyDistinctCandidate()443 if (pos.atStartOfTree() || pos.atEndOfTree()) in right()
251 while (!p.atStartOfTree()) { in previousVisuallyDistinctCandidate()
169 bool atStartOfTree() const;
442 bool Position::atStartOfTree() const in atStartOfTree() function in WebCore::Position492 while (!currentPos.atStartOfTree()) { in previousCharacterPosition()