Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_edit.cpp2219 m_SelState.SetEndPos(m_wpCaret); in OnMouseMove()
2236 m_SelState.SetEndPos(m_wpCaret); in OnVK_UP()
2261 m_SelState.SetEndPos(m_wpCaret); in OnVK_DOWN()
2290 m_SelState.SetEndPos(m_wpCaret); in OnVK_LEFT()
2335 m_SelState.SetEndPos(m_wpCaret); in OnVK_RIGHT()
2379 m_SelState.SetEndPos(m_wpCaret); in OnVK_HOME()
2420 m_SelState.SetEndPos(m_wpCaret); in OnVK_END()
/external/pdfium/core/include/fpdfdoc/
Dfpdf_vt.h122 void SetEndPos(const CPVT_WordPlace& end) { in SetEndPos() function
/external/pdfium/fpdfsdk/include/fxedit/
Dfxet_edit.h197 void SetEndPos(const CPVT_WordPlace& end) { EndPos = end; } in SetEndPos() function