Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pwl/
Dcpwl_combo_box.cpp457 float fPopupMin = 0.0f; in SetPopup() local
459 fPopupMin = m_pList->GetFirstHeight() * 3 + fBorderWidth; in SetPopup()
464 m_pFillerNotify->QueryWherePopup(GetAttachedData(), fPopupMin, fPopupMax, in SetPopup()
Dcpwl_edit.h27 float fPopupMin,
/external/pdfium/xfa/fwl/
Dcfwl_combobox.cpp235 float fPopupMin = 0.0f; in ShowDropList() local
237 fPopupMin = fItemHeight * 3 + fBorder * 2; in ShowDropList()
241 GetPopupPos(fPopupMin, fPopupMax, m_pProperties->m_rtWidget, &rtList); in ShowDropList()
Dcfwl_datetimepicker.cpp227 float fPopupMin = rtMonthCal.height; in ShowMonthCalendar() local
233 GetPopupPos(fPopupMin, fPopupMax, rtAnchor, &rtMonthCal); in ShowMonthCalendar()
/external/pdfium/fpdfsdk/formfiller/
Dcffl_interactiveformfiller.h129 float fPopupMin,
Dcffl_interactiveformfiller.cpp585 float fPopupMin, in QueryWherePopup() argument
621 pdfium::clamp(kMaxListBoxHeight, fPopupMin, fPopupMax); in QueryWherePopup()