Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DTextIterator.cpp674 if (static_cast<unsigned>(m_positionEndOffset) < textBoxEnd) in handleTextBox()
762 m_positionEndOffset = 1; in handleReplacedElement()
1075 m_positionEndOffset = textEndOffset; in emitCharacter()
1099 m_positionEndOffset = textEndOffset; in emitText()
1120 m_positionEndOffset += index; in range()
1123 …itionNode->document(), m_positionNode, m_positionStartOffset, m_positionNode, m_positionEndOffset); in range()
1161 , m_positionEndOffset(0) in SimplifiedBackwardsTextIterator()
1318 m_positionEndOffset = m_offset; in handleTextNode()
1324 …ASSERT(1 <= m_positionEndOffset - offsetInNode && m_positionEndOffset - offsetInNode <= static_cas… in handleTextNode()
1325 ASSERT(m_positionStartOffset <= m_positionEndOffset); in handleTextNode()
[all …]
DTextIterator.h166 mutable int m_positionEndOffset; variable
273 int m_positionEndOffset; variable