HomeSort by relevance Sort by last modified time
    Searched refs:uncheckedNextOffset (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/dom/
PositionIterator.cpp 64 m_offsetInAnchor = Position::uncheckedNextOffset(m_anchorNode, m_offsetInAnchor);
Position.h 132 static int uncheckedNextOffset(const Node*, int current);
Position.cpp 299 return Position(n, (moveType == Character) ? uncheckedNextOffset(n, o) : o + 1);
319 int Position::uncheckedNextOffset(const Node* n, int current)
    [all...]

Completed in 19 milliseconds