Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/
Dcfwl_combobox.cpp226 int32_t iItems = pComboList->CountItems(nullptr); in ShowDropList() local
227 if (iItems < 1) in ShowDropList()
236 if (iItems > 3) in ShowDropList()
239 float fPopupMax = fItemHeight * iItems + fBorder * 2; in ShowDropList()