Searched refs:uncheckedNextOffset (Results 1 – 4 of 4) sorted by relevance
64 m_offsetInAnchor = Position::uncheckedNextOffset(m_anchorNode, m_offsetInAnchor); in increment()
132 static int uncheckedNextOffset(const Node*, int current);
299 return Position(n, (moveType == Character) ? uncheckedNextOffset(n, o) : o + 1); in next()319 int Position::uncheckedNextOffset(const Node* n, int current) in uncheckedNextOffset() function in WebCore::Position
74326 (WebCore::Position::uncheckedNextOffset): Moved from Node::NextOffset().