Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/
Dcfwl_combobox.cpp90 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()
Dcfwl_combobox.h116 bool IsDropListVisible() const { return m_pListBox->IsVisible(); } in IsDropListVisible() function