Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit_impl.cpp681 m_SelState.Set(begin, end); in SetSelection()
682 SetCaret(m_SelState.EndPos); in SetSelection()
684 if (!m_SelState.IsEmpty()) in SetSelection()
695 if (m_SelState.IsEmpty()) { in GetSelection()
700 if (m_SelState.BeginPos < m_SelState.EndPos) { in GetSelection()
701 nStartChar = m_pVT->WordPlaceToWordIndex(m_SelState.BeginPos); in GetSelection()
702 nEndChar = m_pVT->WordPlaceToWordIndex(m_SelState.EndPos); in GetSelection()
705 nStartChar = m_pVT->WordPlaceToWordIndex(m_SelState.EndPos); in GetSelection()
706 nEndChar = m_pVT->WordPlaceToWordIndex(m_SelState.BeginPos); in GetSelection()
768 return GetRangeText(m_SelState.ConvertToWordRange()); in GetSelectedText()
[all …]
Dcpwl_edit_impl.h383 CPWL_EditImpl_Select m_SelState; variable