Searched refs:atStartOfNode (Results 1 – 3 of 3) sorted by relevance
123 bool PositionIterator::atStartOfNode() const in atStartOfNode() function in WebCore::PositionIterator160 …return (atStartOfNode() || atEndOfNode()) && !Position::nodeIsUserSelectNone(m_anchorNode->parentN… in isCandidate()165 return atStartOfNode() && !Position::nodeIsUserSelectNone(m_anchorNode); in isCandidate()
62 bool atStartOfNode() const;
574 return pos.atStartOfNode(); in isStreamer()634 if (endsOfNodeAreVisuallyDistinctPositions(currentNode) && currentPos.atStartOfNode()) in upstream()775 ASSERT(currentPos.atStartOfNode()); in downstream()