Searched refs:m_selectionStartPos (Results 1 – 2 of 2) sorted by relevance
57 , m_selectionStartPos(-1) in RenderView()781 if (m_selectionStart == start && m_selectionStartPos == startPos && in setSelection()787 int oldStartPos = m_selectionStartPos; in setSelection()832 m_selectionStartPos = startPos; in setSelection()890 (m_selectionStart == obj && oldStartPos != m_selectionStartPos) || in setSelection()929 startOffset = m_selectionStartPos; in getSelection()942 startPos = m_selectionStartPos; in selectionStartEnd()
282 int m_selectionStartPos; variable