Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_ComboBox.cpp463 FX_FLOAT fListHeight = m_pList->GetContentRect().Height(); in SetPopup() local
464 if (!IsFloatBigger(fListHeight, 0.0f)) in SetPopup()
481 FX_FLOAT fPopupMax = fListHeight + m_pList->GetBorderWidth() * 2; in SetPopup()