Searched refs:uncheckedNextOffset (Results 1 – 3 of 3) sorted by relevance
65 m_offsetInAnchor = Position::uncheckedNextOffset(m_anchorNode, m_offsetInAnchor); in increment()
157 static int uncheckedNextOffset(const Node*, int current);
352 …return createLegacyEditingPosition(node, (moveType == Character) ? uncheckedNextOffset(node, offse… in next()370 int Position::uncheckedNextOffset(const Node* n, int current) in uncheckedNextOffset() function in WebCore::Position