Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fwl/src/core/include/
Dfwl_formimp.h18 class CFWL_FormImpDelegate; variable
167 friend class CFWL_FormImpDelegate; variable
169 class CFWL_FormImpDelegate : public CFWL_WidgetImpDelegate {
171 CFWL_FormImpDelegate(CFWL_FormImp* pOwner);
/external/pdfium/xfa/src/fwl/src/core/
Dfwl_formimp.cpp109 m_pDelegate = new CFWL_FormImpDelegate(this); in Initialize()
945 CFWL_FormImpDelegate::CFWL_FormImpDelegate(CFWL_FormImp* pOwner) in CFWL_FormImpDelegate() function in CFWL_FormImpDelegate
948 int32_t CFWL_FormImpDelegate::OnProcessMessage(CFWL_Message* pMessage) { in OnProcessMessage()
1072 FWL_ERR CFWL_FormImpDelegate::OnProcessEvent(CFWL_Event* pEvent) { in OnProcessEvent()
1080 FWL_ERR CFWL_FormImpDelegate::OnDrawWidget(CFX_Graphics* pGraphics, in OnDrawWidget()
1084 void CFWL_FormImpDelegate::OnLButtonDown(CFWL_MsgMouse* pMsg) { in OnLButtonDown()
1112 void CFWL_FormImpDelegate::OnLButtonUp(CFWL_MsgMouse* pMsg) { in OnLButtonUp()
1146 void CFWL_FormImpDelegate::OnMouseMove(CFWL_MsgMouse* pMsg) { in OnMouseMove()
1397 void CFWL_FormImpDelegate::OnMouseHover(CFWL_MsgMouse* pMsg) { in OnMouseHover()
1400 void CFWL_FormImpDelegate::OnMouseLeave(CFWL_MsgMouse* pMsg) { in OnMouseLeave()
[all …]