Home
last modified time | relevance | path

Searched refs:CFWL_ListBoxImpDelegate (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/xfa/src/fwl/src/basewidget/include/
Dfwl_listboximp.h18 class CFWL_ListBoxImpDelegate; variable
98 friend class CFWL_ListBoxImpDelegate; variable
100 class CFWL_ListBoxImpDelegate : public CFWL_WidgetImpDelegate {
102 CFWL_ListBoxImpDelegate(CFWL_ListBoxImp* pOwner);
Dfwl_comboboximp.h19 class CFWL_ListBoxImpDelegate; variable
68 class CFWL_ComboListImpDelegate : public CFWL_ListBoxImpDelegate {
/external/pdfium/xfa/src/fwl/src/basewidget/
Dfwl_listboximp.cpp84 m_pDelegate = new CFWL_ListBoxImpDelegate(this); in Initialize()
980 CFWL_ListBoxImpDelegate::CFWL_ListBoxImpDelegate(CFWL_ListBoxImp* pOwner) in CFWL_ListBoxImpDelegate() function in CFWL_ListBoxImpDelegate
982 int32_t CFWL_ListBoxImpDelegate::OnProcessMessage(CFWL_Message* pMessage) { in OnProcessMessage()
1027 FWL_ERR CFWL_ListBoxImpDelegate::OnProcessEvent(CFWL_Event* pEvent) { in OnProcessEvent()
1044 FWL_ERR CFWL_ListBoxImpDelegate::OnDrawWidget(CFX_Graphics* pGraphics, in OnDrawWidget()
1048 void CFWL_ListBoxImpDelegate::OnFocusChanged(CFWL_Message* pMsg, FX_BOOL bSet) { in OnFocusChanged()
1064 void CFWL_ListBoxImpDelegate::OnLButtonDown(CFWL_MsgMouse* pMsg) { in OnLButtonDown()
1113 void CFWL_ListBoxImpDelegate::OnLButtonUp(CFWL_MsgMouse* pMsg) { in OnLButtonUp()
1120 void CFWL_ListBoxImpDelegate::OnMouseWheel(CFWL_MsgMouseWheel* pMsg) { in OnMouseWheel()
1128 void CFWL_ListBoxImpDelegate::OnKeyDown(CFWL_MsgKey* pMsg) { in OnKeyDown()
[all …]
Dfwl_comboboximp.cpp280 : CFWL_ListBoxImpDelegate(pOwner), m_pOwner(pOwner) { in CFWL_ComboListImpDelegate()
328 return CFWL_ListBoxImpDelegate::OnProcessMessage(pMessage); in OnProcessMessage()