Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/
Dcfwl_combobox.cpp531 if (DisForm_IsDropListVisible() == bActivate) in DisForm_ShowDropList()
609 if (DisForm_IsDropListVisible()) { in DisForm_HitTest()
643 if (m_pListBox && DisForm_IsDropListVisible()) { in DisForm_DrawWidget()
653 if (!m_pListBox || !DisForm_IsDropListVisible()) in DisForm_GetBBox()
929 if (DisForm_IsDropListVisible() && in DisForm_OnProcessMessage()
951 bool bDropDown = DisForm_IsDropListVisible(); in DisForm_OnLButtonDown()
956 if (DisForm_IsDropListVisible()) { in DisForm_OnLButtonDown()
Dcfwl_combobox.h132 bool DisForm_IsDropListVisible() const { in DisForm_IsDropListVisible() function