Searched refs:offsetBaseNode (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/editing/
H A DTextIterator.h119 void emitCharacter(UChar, Node* textNode, Node* offsetBaseNode, int textStartOffset, int textEndOffset);
H A DTextIterator.cpp991 void TextIterator::emitCharacter(UChar c, Node* textNode, Node* offsetBaseNode, int textStartOffset, int textEndOffset) argument
998 m_positionOffsetBaseNode = offsetBaseNode;

Completed in 40 milliseconds