uncheckedNextOffset 351 Source/core/dom/Position.cpp return createLegacyEditingPosition(node, (moveType == Character) ? uncheckedNextOffset(node, offset) : offset + 1); uncheckedNextOffset 157 Source/core/dom/Position.h static int uncheckedNextOffset(const Node*, int current); uncheckedNextOffset 64 Source/core/dom/PositionIterator.cpp m_offsetInAnchor = Position::uncheckedNextOffset(m_anchorNode, m_offsetInAnchor);