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

/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DTextIterator.h137 void emitCharacter(UChar, Node* textNode, Node* offsetBaseNode, int textStartOffset, int textEndOffset);
H A DTextIterator.cpp996 void TextIterator::emitCharacter(UChar c, Node* textNode, Node* offsetBaseNode, int textStartOffset, int textEndOffset) argument
1003 m_positionOffsetBaseNode = offsetBaseNode;

Completed in 32 milliseconds