Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit.h28 float fPopupMax,
Dcpwl_combo_box.cpp460 float fPopupMax = fListHeight + fBorderWidth; in SetPopup() local
464 m_pFillerNotify->QueryWherePopup(GetAttachedData(), fPopupMin, fPopupMax, in SetPopup()
/external/pdfium/xfa/fwl/
Dcfwl_datetimepicker.cpp228 float fPopupMax = rtMonthCal.height; in ShowMonthCalendar() local
233 GetPopupPos(fPopupMin, fPopupMax, rtAnchor, &rtMonthCal); in ShowMonthCalendar()
Dcfwl_combobox.cpp239 float fPopupMax = fItemHeight * iItems + fBorder * 2; in ShowDropList() local
241 GetPopupPos(fPopupMin, fPopupMax, m_pProperties->m_rtWidget, &rtList); in ShowDropList()
/external/pdfium/fpdfsdk/formfiller/
Dcffl_interactiveformfiller.h130 float fPopupMax,
Dcffl_interactiveformfiller.cpp586 float fPopupMax, in QueryWherePopup() argument
621 pdfium::clamp(kMaxListBoxHeight, fPopupMin, fPopupMax); in QueryWherePopup()