Searched refs:fPopupMin (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_combo_box.cpp | 457 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()
|
D | cpwl_edit.h | 27 float fPopupMin,
|
/external/pdfium/xfa/fwl/ |
D | cfwl_combobox.cpp | 235 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()
|
D | cfwl_datetimepicker.cpp | 227 float fPopupMin = rtMonthCal.height; in ShowMonthCalendar() local 233 GetPopupPos(fPopupMin, fPopupMax, rtAnchor, &rtMonthCal); in ShowMonthCalendar()
|
/external/pdfium/fpdfsdk/formfiller/ |
D | cffl_interactiveformfiller.h | 129 float fPopupMin,
|
D | cffl_interactiveformfiller.cpp | 585 float fPopupMin, in QueryWherePopup() argument 621 pdfium::clamp(kMaxListBoxHeight, fPopupMin, fPopupMax); in QueryWherePopup()
|