Searched defs:GetSel (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/pdfwindow/
H A DPWL_EditCtrl.cpp368 void CPWL_EditCtrl::GetSel(int32_t& nStartChar, int32_t& nEndChar) const { function in class:CPWL_EditCtrl
369 m_pEdit->GetSel(nStartChar, nEndChar);
/external/pdfium/fpdfsdk/fxedit/
H A Dfxet_edit.cpp1001 void CFX_Edit::GetSel(int32_t& nStartChar, int32_t& nEndChar) const { function in class:CFX_Edit

Completed in 52 milliseconds