HomeSort by relevance Sort by last modified time
    Searched refs:fPopupMax (Results 1 - 6 of 6) sorted by null

  /external/pdfium/fpdfsdk/pwl/
cpwl_edit.h 25 float fPopupMax,
cpwl_combo_box.cpp 439 float fPopupMax = fListHeight + fBorderWidth;
443 m_pFillerNotify->QueryWherePopup(GetAttachedData(), fPopupMin, fPopupMax,
  /external/pdfium/fpdfsdk/formfiller/
cffl_interactiveformfiller.h 130 float fPopupMax,
cffl_interactiveformfiller.cpp 541 float fPopupMax,
576 pdfium::clamp(kMaxListBoxHeight, fPopupMin, fPopupMax);
  /external/pdfium/xfa/fwl/
cfwl_datetimepicker.cpp 354 float fPopupMax = rtMonthCal.height;
359 GetPopupPos(fPopupMin, fPopupMax, rtAnchor, rtMonthCal);
cfwl_combobox.cpp 552 float fPopupMax = fItemHeight * iItems + fBorder * 2;
554 GetPopupPos(fPopupMin, fPopupMax, m_pProperties->m_rtWidget, rtList);

Completed in 1945 milliseconds