Home
last modified time | relevance | path

Searched refs:IFWL_ComboBoxDP (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/xfa/src/fwl/src/basewidget/
Dfwl_comboboximp.cpp646 IFWL_ComboBoxDP* pData = in DrawWidget()
647 static_cast<IFWL_ComboBoxDP*>(m_pProperties->m_pDataProvider); in DrawWidget()
706 IFWL_ComboBoxDP* pData = in SetCurSel()
707 static_cast<IFWL_ComboBoxDP*>(m_pProperties->m_pDataProvider); in SetCurSel()
745 IFWL_ComboBoxDP* pData = in GetEditText()
746 static_cast<IFWL_ComboBoxDP*>(m_pProperties->m_pDataProvider); in GetEditText()
871 return static_cast<IFWL_ComboBoxDP*>(m_pProperties->m_pDataProvider) in GetListHeight()
986 IFWL_ComboBoxDP* pData = in SynchrEditText()
987 static_cast<IFWL_ComboBoxDP*>(m_pProperties->m_pDataProvider); in SynchrEditText()
1015 IFWL_ComboBoxDP* pData = in Layout()
[all …]
/external/pdfium/xfa/include/fwl/basewidget/
Dfwl_combobox.h12 class IFWL_ComboBoxDP; variable
94 class IFWL_ComboBoxDP : public IFWL_ListBoxDP {
/external/pdfium/xfa/include/fwl/lightwidget/
Dcombobox.h11 class IFWL_ComboBoxDP; variable
67 class CFWL_ComboBoxDP : public IFWL_ComboBoxDP {