HomeSort by relevance Sort by last modified time
    Searched defs:GetSel (Results 1 - 2 of 2) sorted by null

  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_EditCtrl.cpp 394 void CPWL_EditCtrl::GetSel(int32_t& nStartChar, int32_t& nEndChar) const {
395 m_pEdit->GetSel(nStartChar, nEndChar);
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_edit.cpp 946 void CFX_Edit::GetSel(int32_t& nStartChar, int32_t& nEndChar) const {
    [all...]

Completed in 716 milliseconds