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

  /external/pdfium/fpdfsdk/formfiller/
cffl_combobox.cpp 62 int32_t nCurSel = m_pWidget->GetSelectedIndex(0);
64 if (nCurSel < 0)
67 swText = m_pWidget->GetOptionLabel(nCurSel);
73 pWnd->SetSelect(nCurSel);
89 int32_t nCurSel = pWnd->GetSelect();
91 return nCurSel != m_pWidget->GetSelectedIndex(0);
93 if (nCurSel >= 0)
94 return nCurSel != m_pWidget->GetSelectedIndex(0);
106 int32_t nCurSel = pWnd->GetSelect();
111 bSetValue = (nCurSel < 0) || (swText != m_pWidget->GetOptionLabel(nCurSel))
    [all...]
cffl_listbox.cpp 146 int32_t nCurSel = pListBox->GetCurSel();
147 if (nCurSel >= 0)
148 fa.sValue = m_pWidget->GetOptionLabel(nCurSel);
157 int32_t nCurSel = m_pWidget->GetSelectedIndex(0);
158 if (nCurSel >= 0)
159 fa.sValue = m_pWidget->GetOptionLabel(nCurSel);
  /external/pdfium/fpdfsdk/
cpdfsdk_widget.cpp     [all...]

Completed in 100 milliseconds