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

  /external/pdfium/xfa/src/fwl/src/lightwidget/
listbox.cpp 51 int32_t iSel = nIndex + 1;
52 if (iSel >= iCount) {
53 iSel = nIndex - 1;
54 if (iSel < 0) {
55 iSel = -1;
58 if (iSel >= 0) {
60 reinterpret_cast<CFWL_ListItem*>(m_ListBoxDP.GetItem(m_pIface, iSel));
combobox.cpp 67 FWL_ERR CFWL_ComboBox::SetCurSel(int32_t iSel) {
70 return static_cast<IFWL_ComboBox*>(m_pIface)->SetCurSel(iSel);
  /external/pdfium/xfa/src/fwl/src/basewidget/include/
fwl_comboboximp.h 59 void ChangeSelected(int32_t iSel);
101 virtual FWL_ERR SetCurSel(int32_t iSel);
  /external/pdfium/xfa/include/fwl/basewidget/
fwl_combobox.h 103 FWL_ERR SetCurSel(int32_t iSel);
  /external/pdfium/xfa/include/fwl/lightwidget/
combobox.h 26 FWL_ERR SetCurSel(int32_t iSel);
  /external/pdfium/xfa/src/fwl/src/basewidget/
fwl_comboboximp.cpp 35 FWL_ERR IFWL_ComboBox::SetCurSel(int32_t iSel) {
36 return static_cast<CFWL_ComboBoxImp*>(GetImpl())->SetCurSel(iSel);
231 void CFWL_ComboListImp::ChangeSelected(int32_t iSel) {
236 FWL_HLISTITEM hItem = pData->GetItem(m_pInterface, iSel);
241 if (iOld == iSel) {
249 GetItemRect(iSel, rect);
251 FWL_HLISTITEM hSel = pData->GetItem(m_pInterface, iSel);
360 int32_t iSel = pData->GetItemIndex(m_pOwner->m_pInterface, hItem);
363 event.m_iCurHover = iSel;
365 m_pOwner->ChangeSelected(iSel);
    [all...]
fwl_editimp.cpp     [all...]
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_objectacc_imp.cpp     [all...]
  /external/pdfium/xfa/src/fee/src/fee/
fde_txtedtengine.cpp     [all...]

Completed in 250 milliseconds