Home
last modified time | relevance | path

Searched refs:uncheckedNextOffset (Results 1 – 4 of 4) sorted by relevance

/external/webkit/WebCore/dom/
DPositionIterator.cpp61 m_offsetInAnchor = Position::uncheckedNextOffset(m_anchorNode, m_offsetInAnchor); in increment()
DPosition.h131 static int uncheckedNextOffset(const Node*, int current);
DPosition.cpp271 return Position(n, (moveType == Character) ? uncheckedNextOffset(n, o) : o + 1); in next()
291 int Position::uncheckedNextOffset(const Node* n, int current) in uncheckedNextOffset() function in WebCore::Position
/external/webkit/WebCore/
DChangeLog-2008-08-1074326 (WebCore::Position::uncheckedNextOffset): Moved from Node::NextOffset().