HomeSort by relevance Sort by last modified time
    Searched refs:GetEditSelRange (Results 1 - 5 of 5) sorted by null

  /external/pdfium/xfa/include/fwl/basewidget/
fwl_combobox.h 110 int32_t GetEditSelRange(int32_t nIndex, int32_t& nStart);
  /external/pdfium/xfa/include/fwl/lightwidget/
combobox.h 33 int32_t GetEditSelRange(int32_t nIndex, int32_t& nStart);
  /external/pdfium/xfa/src/fwl/src/lightwidget/
combobox.cpp 95 int32_t CFWL_ComboBox::GetEditSelRange(int32_t nIndex, int32_t& nStart) {
98 return static_cast<IFWL_ComboBox*>(m_pIface)->GetEditSelRange(nIndex, nStart);
  /external/pdfium/xfa/src/fwl/src/basewidget/include/
fwl_comboboximp.h 108 virtual int32_t GetEditSelRange(int32_t nIndex, int32_t& nStart);
  /external/pdfium/xfa/src/fwl/src/basewidget/
fwl_comboboximp.cpp 54 int32_t IFWL_ComboBox::GetEditSelRange(int32_t nIndex, int32_t& nStart) {
56 ->GetEditSelRange(nIndex, nStart);
759 int32_t CFWL_ComboBoxImp::GetEditSelRange(int32_t nIndex, int32_t& nStart) {
    [all...]

Completed in 167 milliseconds