Searched refs:DisForm_IsDropListVisible (Results 1 – 2 of 2) sorted by relevance
531 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()
132 bool DisForm_IsDropListVisible() const { in DisForm_IsDropListVisible() function