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

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

Completed in 218 milliseconds