Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/formfiller/
Dcffl_interactiveformfiller.cpp620 const float fMaxListBoxHeight = in QueryWherePopup() local
623 if (fBottom > fMaxListBoxHeight) { in QueryWherePopup()
624 *fPopupRet = fMaxListBoxHeight; in QueryWherePopup()
629 if (fTop > fMaxListBoxHeight) { in QueryWherePopup()
630 *fPopupRet = fMaxListBoxHeight; in QueryWherePopup()