Searched refs:IsDropListVisible (Results 1 – 2 of 2) sorted by relevance
90 if (IsDropListVisible()) { in HitTest()120 if (m_pListBox && IsDropListVisible()) { in DrawWidget()200 if (!m_pListBox || !IsDropListVisible()) in GetBBox()216 if (IsDropListVisible() == bActivate) in ShowDropList()465 if (IsDropListVisible() && pKey->m_dwCmd == FWL_KeyCommand::KeyDown) { in OnProcessMessage()515 bool bDropDown = IsDropListVisible(); in OnLButtonDown()520 if (IsDropListVisible()) { in OnLButtonDown()
116 bool IsDropListVisible() const { return m_pListBox->IsVisible(); } in IsDropListVisible() function