Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DTextIterator.h143 …void emitCharacter(UChar, Node* textNode, Node* offsetBaseNode, int textStartOffset, int textEndOf…
DTextIterator.cpp1066 void TextIterator::emitCharacter(UChar c, Node* textNode, Node* offsetBaseNode, int textStartOffset… in emitCharacter() argument
1073 m_positionOffsetBaseNode = offsetBaseNode; in emitCharacter()