Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/
Dcfwl_combobox.cpp539 int32_t iItems = pComboList->CountItems(nullptr); in DisForm_ShowDropList() local
540 if (iItems < 1) in DisForm_ShowDropList()
549 if (iItems > 3) in DisForm_ShowDropList()
552 float fPopupMax = fItemHeight * iItems + fBorder * 2; in DisForm_ShowDropList()