Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fwl/src/basewidget/include/
Dfwl_comboboximp.h28 class CFWL_ComboProxyImpDelegate; variable
179 CFWL_ComboProxyImpDelegate* m_pListProxyDelegate;
186 friend class CFWL_ComboProxyImpDelegate; variable
216 class CFWL_ComboProxyImpDelegate : public CFWL_WidgetImpDelegate {
218 CFWL_ComboProxyImpDelegate(IFWL_Form* pForm, CFWL_ComboBoxImp* pComboBox);
/external/pdfium/xfa/src/fwl/src/basewidget/
Dfwl_comboboximp.cpp1139 m_pListProxyDelegate = new CFWL_ComboProxyImpDelegate(m_pForm, this); in InitProxyForm()
1727 CFWL_ComboProxyImpDelegate::CFWL_ComboProxyImpDelegate( in CFWL_ComboProxyImpDelegate() function in CFWL_ComboProxyImpDelegate
1736 int32_t CFWL_ComboProxyImpDelegate::OnProcessMessage(CFWL_Message* pMessage) { in OnProcessMessage()
1768 FWL_ERR CFWL_ComboProxyImpDelegate::OnDrawWidget(CFX_Graphics* pGraphics, in OnDrawWidget()
1773 void CFWL_ComboProxyImpDelegate::OnLButtonDown(CFWL_MsgMouse* pMsg) { in OnLButtonDown()
1799 void CFWL_ComboProxyImpDelegate::OnLButtonUp(CFWL_MsgMouse* pMsg) { in OnLButtonUp()
1819 void CFWL_ComboProxyImpDelegate::OnMouseMove(CFWL_MsgMouse* pMsg) { in OnMouseMove()
1856 void CFWL_ComboProxyImpDelegate::OnDeactive(CFWL_MsgDeactivate* pMsg) { in OnDeactive()
1859 void CFWL_ComboProxyImpDelegate::OnFocusChanged(CFWL_MsgKillFocus* pMsg, in OnFocusChanged()