Searched refs:GetEditSelRange (Results 1 - 5 of 5) sorted by relevance

/external/pdfium/xfa/include/fwl/basewidget/
H A Dfwl_combobox.h110 int32_t GetEditSelRange(int32_t nIndex, int32_t& nStart);
/external/pdfium/xfa/src/fwl/src/lightwidget/
H A Dcombobox.cpp95 int32_t CFWL_ComboBox::GetEditSelRange(int32_t nIndex, int32_t& nStart) { function in class:CFWL_ComboBox
98 return static_cast<IFWL_ComboBox*>(m_pIface)->GetEditSelRange(nIndex, nStart);
/external/pdfium/xfa/include/fwl/lightwidget/
H A Dcombobox.h33 int32_t GetEditSelRange(int32_t nIndex, int32_t& nStart);
/external/pdfium/xfa/src/fwl/src/basewidget/include/
H A Dfwl_comboboximp.h108 virtual int32_t GetEditSelRange(int32_t nIndex, int32_t& nStart);
/external/pdfium/xfa/src/fwl/src/basewidget/
H A Dfwl_comboboximp.cpp54 int32_t IFWL_ComboBox::GetEditSelRange(int32_t nIndex, int32_t& nStart) { function in class:IFWL_ComboBox
56 ->GetEditSelRange(nIndex, nStart);
759 int32_t CFWL_ComboBoxImp::GetEditSelRange(int32_t nIndex, int32_t& nStart) { function in class:CFWL_ComboBoxImp

Completed in 166 milliseconds