HomeSort by relevance Sort by last modified time
    Searched defs:fPopupMin (Results 1 - 3 of 3) sorted by null

  /external/pdfium/fpdfsdk/pwl/
cpwl_combo_box.cpp 436 float fPopupMin = 0.0f;
438 fPopupMin = m_pList->GetFirstHeight() * 3 + fBorderWidth;
443 m_pFillerNotify->QueryWherePopup(GetAttachedData(), fPopupMin, fPopupMax,
  /external/pdfium/xfa/fwl/
cfwl_datetimepicker.cpp 353 float fPopupMin = rtMonthCal.height;
359 GetPopupPos(fPopupMin, fPopupMax, rtAnchor, rtMonthCal);
cfwl_combobox.cpp 548 float fPopupMin = 0.0f;
550 fPopupMin = fItemHeight * 3 + fBorder * 2;
554 GetPopupPos(fPopupMin, fPopupMax, m_pProperties->m_rtWidget, rtList);

Completed in 736 milliseconds