Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fwl/src/basewidget/include/
Dfwl_comboboximp.h27 class CFWL_ComboBoxImpDelegate; variable
185 friend class CFWL_ComboBoxImpDelegate; variable
188 class CFWL_ComboBoxImpDelegate : public CFWL_WidgetImpDelegate {
190 CFWL_ComboBoxImpDelegate(CFWL_ComboBoxImp* pOwner);
/external/pdfium/xfa/src/fwl/src/basewidget/
Dfwl_comboboximp.cpp493 m_pDelegate = new CFWL_ComboBoxImpDelegate(this); in Initialize()
1145 m_pDelegate = new CFWL_ComboBoxImpDelegate(this); in DisForm_Initialize()
1357 CFWL_ComboBoxImpDelegate::CFWL_ComboBoxImpDelegate(CFWL_ComboBoxImp* pOwner) in CFWL_ComboBoxImpDelegate() function in CFWL_ComboBoxImpDelegate
1359 int32_t CFWL_ComboBoxImpDelegate::OnProcessMessage(CFWL_Message* pMessage) { in OnProcessMessage()
1406 FWL_ERR CFWL_ComboBoxImpDelegate::OnProcessEvent(CFWL_Event* pEvent) { in OnProcessEvent()
1436 FWL_ERR CFWL_ComboBoxImpDelegate::OnDrawWidget(CFX_Graphics* pGraphics, in OnDrawWidget()
1440 void CFWL_ComboBoxImpDelegate::OnFocusChanged(CFWL_Message* pMsg, in OnFocusChanged()
1469 void CFWL_ComboBoxImpDelegate::OnLButtonDown(CFWL_MsgMouse* pMsg) { in OnLButtonDown()
1488 void CFWL_ComboBoxImpDelegate::OnLButtonUp(CFWL_MsgMouse* pMsg) { in OnLButtonUp()
1497 void CFWL_ComboBoxImpDelegate::OnMouseMove(CFWL_MsgMouse* pMsg) { in OnMouseMove()
[all …]