Searched refs:m_selectionStartPos (Results 1 – 2 of 2) sorted by relevance
53 , m_selectionStartPos(-1) in RenderView()416 if (m_selectionStart == start && m_selectionStartPos == startPos && in setSelection()422 int oldStartPos = m_selectionStartPos; in setSelection()465 m_selectionStartPos = startPos; in setSelection()527 (m_selectionStart == obj && oldStartPos != m_selectionStartPos) || in setSelection()583 startPos = m_selectionStartPos; in selectionStartEnd()
217 int m_selectionStartPos; variable