Home
last modified time | relevance | path

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

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