Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit_impl.cpp799 return std::make_pair(m_pVT->WordPlaceToWordIndex(m_wpCaret), in GetSelection()
800 m_pVT->WordPlaceToWordIndex(m_wpCaret)); in GetSelection()
803 return std::make_pair(m_pVT->WordPlaceToWordIndex(m_SelState.BeginPos), in GetSelection()
804 m_pVT->WordPlaceToWordIndex(m_SelState.EndPos)); in GetSelection()
806 return std::make_pair(m_pVT->WordPlaceToWordIndex(m_SelState.EndPos), in GetSelection()
807 m_pVT->WordPlaceToWordIndex(m_SelState.BeginPos)); in GetSelection()
812 return m_pVT->WordPlaceToWordIndex(m_wpCaret); in GetCaret()
/external/pdfium/core/fpdfdoc/
Dcpvt_variabletext.h127 int32_t WordPlaceToWordIndex(const CPVT_WordPlace& place) const;
Dcpvt_variabletext.cpp317 int32_t CPVT_VariableText::WordPlaceToWordIndex( in WordPlaceToWordIndex() function in CPVT_VariableText