Home
last modified time | relevance | path

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

/external/webkit/WebCore/editing/
DTextIterator.h98 …void emitCharacter(UChar, Node* textNode, Node* offsetBaseNode, int textStartOffset, int textEndOf…
DTextIterator.cpp868 void TextIterator::emitCharacter(UChar c, Node* textNode, Node* offsetBaseNode, int textStartOffset… in emitCharacter() argument
875 m_positionOffsetBaseNode = offsetBaseNode; in emitCharacter()