Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit.h25 float fPopupMax,
Dcpwl_combo_box.cpp439 float fPopupMax = fListHeight + fBorderWidth; in SetPopup() local
443 m_pFillerNotify->QueryWherePopup(GetAttachedData(), fPopupMin, fPopupMax, in SetPopup()
/external/pdfium/xfa/fwl/
Dcfwl_datetimepicker.cpp354 float fPopupMax = rtMonthCal.height; in DisForm_ShowMonthCalendar() local
359 GetPopupPos(fPopupMin, fPopupMax, rtAnchor, rtMonthCal); in DisForm_ShowMonthCalendar()
Dcfwl_combobox.cpp552 float fPopupMax = fItemHeight * iItems + fBorder * 2; in DisForm_ShowDropList() local
554 GetPopupPos(fPopupMin, fPopupMax, m_pProperties->m_rtWidget, rtList); in DisForm_ShowDropList()
/external/pdfium/fpdfsdk/formfiller/
Dcffl_interactiveformfiller.h130 float fPopupMax,
Dcffl_interactiveformfiller.cpp541 float fPopupMax, in QueryWherePopup() argument
576 pdfium::clamp(kMaxListBoxHeight, fPopupMin, fPopupMax); in QueryWherePopup()