Home
last modified time | relevance | path

Searched refs:WordPlaceToWordIndex (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Edit.cpp641 SetSel(m_pEdit->WordPlaceToWordIndex(wrLatin.BeginPos), in OnRButtonUp()
642 m_pEdit->WordPlaceToWordIndex(wrLatin.EndPos)); in OnRButtonUp()
646 SetSel(m_pEdit->WordPlaceToWordIndex(wrLatin.BeginPos), in OnRButtonUp()
647 m_pEdit->WordPlaceToWordIndex(wrLatin.EndPos)); in OnRButtonUp()
651 SetSel(m_pEdit->WordPlaceToWordIndex(wrLatin.BeginPos), in OnRButtonUp()
652 m_pEdit->WordPlaceToWordIndex(wrLatin.EndPos)); in OnRButtonUp()
656 SetSel(m_pEdit->WordPlaceToWordIndex(wrLatin.BeginPos), in OnRButtonUp()
657 m_pEdit->WordPlaceToWordIndex(wrLatin.EndPos)); in OnRButtonUp()
661 SetSel(m_pEdit->WordPlaceToWordIndex(wrLatin.BeginPos), in OnRButtonUp()
662 m_pEdit->WordPlaceToWordIndex(wrLatin.EndPos)); in OnRButtonUp()
DPWL_EditCtrl.cpp606 nStartChar = m_pEdit->WordPlaceToWordIndex( in GetTextRange()
608 nEndChar = m_pEdit->WordPlaceToWordIndex( in GetTextRange()
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_edit.cpp953 nStartChar = m_pVT->WordPlaceToWordIndex(m_SelState.BeginPos); in GetSel()
954 nEndChar = m_pVT->WordPlaceToWordIndex(m_SelState.EndPos); in GetSel()
956 nStartChar = m_pVT->WordPlaceToWordIndex(m_SelState.EndPos); in GetSel()
957 nEndChar = m_pVT->WordPlaceToWordIndex(m_SelState.BeginPos); in GetSel()
960 nStartChar = m_pVT->WordPlaceToWordIndex(m_wpCaret); in GetSel()
961 nEndChar = m_pVT->WordPlaceToWordIndex(m_wpCaret); in GetSel()
968 return m_pVT->WordPlaceToWordIndex(m_wpCaret); in GetCaret()
2831 int32_t CFX_Edit::WordPlaceToWordIndex(const CPVT_WordPlace& place) const { in WordPlaceToWordIndex() function in CFX_Edit
2833 return m_pVT->WordPlaceToWordIndex(place); in WordPlaceToWordIndex()
/external/pdfium/core/include/fpdfdoc/
Dfpdf_vt.h454 virtual int32_t WordPlaceToWordIndex(const CPVT_WordPlace& place) const = 0;
/external/pdfium/fpdfsdk/include/fxedit/
Dfx_edit.h382 virtual int32_t WordPlaceToWordIndex(const CPVT_WordPlace& place) const = 0;
Dfxet_edit.h598 int32_t WordPlaceToWordIndex(const CPVT_WordPlace& place) const override;
/external/pdfium/core/src/fpdfdoc/
Dpdf_vt.h440 int32_t WordPlaceToWordIndex(const CPVT_WordPlace& place) const override;
Ddoc_vt.cpp1040 int32_t CPDF_VariableText::WordPlaceToWordIndex( in WordPlaceToWordIndex() function in CPDF_VariableText