Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/
Dcfwl_listbox.h71 void SetSelection(CFWL_ListItem* hStart, CFWL_ListItem* hEnd, bool bSelected);
Dcfwl_listbox.cpp210 CFWL_ListItem* hEnd, in SetSelection() argument
213 int32_t iEnd = GetItemIndex(this, hEnd); in SetSelection()