Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/
Dcfwl_combobox.cpp327 m_rtList = m_pListBox->GetAutosizedWidgetRect(); in ShowDropList()
332 m_rtList.width = std::max(m_rtList.width, m_rtClient.width); in ShowDropList()
333 m_rtProxy = m_rtList; in ShowDropList()
339 m_pListBox->SetWidgetRect(m_rtList); in ShowDropList()
Dcfwl_combobox.h148 CFX_RectF m_rtList; variable