Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/
Dcfwl_combobox.cpp148 if (IsDropDownStyle() && m_pEdit) { in SetCurSel()
161 if (IsDropDownStyle() && m_pEdit) in SetStates()
169 if (IsDropDownStyle() && m_pEdit) in RemoveStates()
301 if (!IsDropDownStyle() || !m_pEdit) in Layout()
384 if (!IsDropDownStyle()) { in ProcessSelChanged()
Dcfwl_combobox.h99 bool IsDropDownStyle() const { in IsDropDownStyle() function