Home
last modified time | relevance | path

Searched refs:GetCurrentSelection (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/fwl/
Dcfwl_combobox.h96 int32_t GetCurrentSelection() const { return m_iCurSel; } in GetCurrentSelection() function
Dcfwl_combolist.cpp226 CFWL_ListItem* hItem = GetItem(this, pOuter->GetCurrentSelection()); in OnDropListKeyDown()