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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
PositionIterator.cpp 66 m_offsetInAnchor = Position::uncheckedNextOffset(m_anchorNode, m_offsetInAnchor);
Position.h 156 static int uncheckedNextOffset(const Node*, int current);
Position.cpp 354 return createLegacyEditingPosition(n, (moveType == Character) ? uncheckedNextOffset(n, o) : o + 1);
374 int Position::uncheckedNextOffset(const Node* n, int current)
    [all...]

Completed in 37 milliseconds