Home
last modified time | relevance | path

Searched refs:IFWL_WidgetDelegate (Results 1 – 18 of 18) sorted by relevance

/external/pdfium/xfa/include/fwl/core/
Dfwl_widget.h14 class IFWL_WidgetDelegate; variable
58 IFWL_WidgetDelegate* SetDelegate(IFWL_WidgetDelegate* pDelegate);
62 class IFWL_WidgetDelegate {
64 virtual ~IFWL_WidgetDelegate() {} in ~IFWL_WidgetDelegate()
/external/pdfium/xfa/src/fwl/src/core/include/
Dfwl_widgetimp.h20 class IFWL_WidgetDelegate; variable
61 virtual IFWL_WidgetDelegate* SetDelegate(IFWL_WidgetDelegate* pDelegate);
142 IFWL_WidgetDelegate* m_pDelegate;
143 IFWL_WidgetDelegate* m_pCurDelegate;
153 class CFWL_WidgetImpDelegate : public IFWL_WidgetDelegate {
/external/pdfium/xfa/include/fwl/lightwidget/
Dwidget.h81 IFWL_WidgetDelegate* SetDelegate(IFWL_WidgetDelegate* pDelegate);
94 IFWL_WidgetDelegate* m_pDelegate;
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_ffchoicelist.h33 IFWL_WidgetDelegate* m_pOldDelegate;
90 IFWL_WidgetDelegate* m_pOldDelegate;
Dxfa_ffimageedit.h30 IFWL_WidgetDelegate* m_pOldDelegate;
Dxfa_ffpushbutton.h41 IFWL_WidgetDelegate* m_pOldDelegate;
Dxfa_ffcheckbutton.h36 IFWL_WidgetDelegate* m_pOldDelegate;
Dxfa_fffield.h12 class CXFA_FFField : public CXFA_FFWidget, public IFWL_WidgetDelegate {
Dxfa_fftextedit.h44 IFWL_WidgetDelegate* m_pOldDelegate;
/external/pdfium/xfa/src/fwl/src/basewidget/
Dfwl_formproxyimp.cpp53 IFWL_WidgetDelegate* pDelegate = m_pOwner->m_pOuter->SetDelegate(NULL); in OnProcessMessage()
Dfwl_datetimepickerimp.cpp177 IFWL_WidgetDelegate* pDelegate = pOuter->SetDelegate(NULL); in OnProcessMessage()
235 IFWL_WidgetDelegate* pDelegate = pOuter->SetDelegate(NULL); in OnProcessMessage()
891 IFWL_WidgetDelegate* pDelegate = m_pEdit->SetDelegate(NULL); in DisForm_ShowMonthCalendar()
1055 IFWL_WidgetDelegate* pDelegate = m_pOwner->m_pEdit->SetDelegate(NULL); in OnProcessMessage()
1146 IFWL_WidgetDelegate* pDelegate = m_pOwner->m_pEdit->SetDelegate(NULL); in DisForm_OnFocusChanged()
1156 IFWL_WidgetDelegate* pDelegate = m_pOwner->m_pEdit->SetDelegate(NULL); in DisForm_OnFocusChanged()
Dfwl_comboboximp.cpp298 IFWL_WidgetDelegate* pDelegate = in OnProcessMessage()
1581 IFWL_WidgetDelegate* pDelegate = m_pOwner->m_pEdit->SetDelegate(NULL); in DoSubCtrlKey()
1628 IFWL_WidgetDelegate* pDelegate = in DisForm_OnProcessMessage()
1669 IFWL_WidgetDelegate* pDelegate = m_pOwner->m_pEdit->SetDelegate(NULL); in DisForm_OnFocusChanged()
1678 IFWL_WidgetDelegate* pDelegate = m_pOwner->m_pEdit->SetDelegate(NULL); in DisForm_OnFocusChanged()
1723 IFWL_WidgetDelegate* pDelegate = m_pOwner->m_pEdit->SetDelegate(NULL); in DisForm_OnKey()
Dfwl_listboximp.cpp1124 IFWL_WidgetDelegate* pDelegate = in OnMouseWheel()
/external/pdfium/xfa/src/fwl/src/core/
Dfwl_widgetimp.cpp117 IFWL_WidgetDelegate* IFWL_Widget::SetDelegate(IFWL_WidgetDelegate* pDelegate) { in SetDelegate()
204 IFWL_WidgetDelegate* pDelegate = SetDelegate(NULL); in SetWidgetRect()
479 IFWL_WidgetDelegate* CFWL_WidgetImp::SetDelegate( in SetDelegate()
480 IFWL_WidgetDelegate* pDelegate) { in SetDelegate()
487 IFWL_WidgetDelegate* pOldDelegate = m_pCurDelegate; in SetDelegate()
846 IFWL_WidgetDelegate* pDelegate = m_pOuter->SetDelegate(NULL); in DispatchEvent()
Dfwl_noteimp.cpp148 IFWL_WidgetDelegate* pDelegate = pNote->m_pDstTarget->SetDelegate(NULL); in SendNote()
232 IFWL_WidgetDelegate* pDelegate = pPrev->SetDelegate(NULL); in SetFocus()
252 IFWL_WidgetDelegate* pDelegate = pFocus->SetDelegate(NULL); in SetFocus()
506 IFWL_WidgetDelegate* pDelegate = pMessage->m_pDstTarget->SetDelegate(NULL); in DispatchMessage()
855 IFWL_WidgetDelegate* pDelegate = m_pListener->SetDelegate(NULL); in ProcessEvent()
Dfwl_widgetmgrimp.cpp744 IFWL_WidgetDelegate* pDelegate = pWidget->SetDelegate(NULL); in OnDrawWidget()
750 IFWL_WidgetDelegate* pDelegate = pWidget->SetDelegate(NULL); in OnDrawWidget()
761 IFWL_WidgetDelegate* pDelegate = pWidget->SetDelegate(NULL); in OnDrawWidget()
816 IFWL_WidgetDelegate* pDelegate = child->SetDelegate(NULL); in DrawChild()
Dfwl_formimp.cpp1000 IFWL_WidgetDelegate* pDelegate = pSubFocus->SetDelegate(NULL); in OnProcessMessage()
/external/pdfium/xfa/src/fwl/src/lightwidget/
Dwidget.cpp187 IFWL_WidgetDelegate* CFWL_Widget::SetDelegate(IFWL_WidgetDelegate* pDelegate) { in SetDelegate()