Searched refs:atStartOfTree (Results 1 – 4 of 4) sorted by relevance
93 if (pos.atStartOfTree()) in previous()263 …if ((p.isCandidate() && p.downstream() != downstreamStart) || p.atStartOfTree() || p.atEndOfTree()) in leftVisuallyDistinctCandidate()274 if (pos.atStartOfTree() || pos.atEndOfTree()) in left()431 …if ((p.isCandidate() && p.downstream() != downstreamStart) || p.atStartOfTree() || p.atEndOfTree()) in rightVisuallyDistinctCandidate()442 if (pos.atStartOfTree() || pos.atEndOfTree()) in right()
253 while (!p.atStartOfTree()) { in previousVisuallyDistinctCandidate()926 while (!currentPos.atStartOfTree()) { in previousCharacterPosition()
169 bool atStartOfTree() const;
440 bool Position::atStartOfTree() const in atStartOfTree() function in blink::Position