HomeSort by relevance Sort by last modified time
    Searched refs:IFWL_WidgetDelegate (Results 1 - 12 of 12) sorted by null

  /external/pdfium/xfa/fwl/
ifwl_widgetdelegate.h 17 class IFWL_WidgetDelegate {
19 virtual ~IFWL_WidgetDelegate() {}
cfwl_eventtarget.cpp 10 #include "xfa/fwl/ifwl_widgetdelegate.h"
23 IFWL_WidgetDelegate* pDelegate = m_pListener->GetDelegate();
cfwl_widget.h 20 #include "xfa/fwl/ifwl_widgetdelegate.h"
51 class CFWL_Widget : public IFWL_WidgetDelegate {
70 // IFWL_WidgetDelegate.
99 void SetDelegate(IFWL_WidgetDelegate* delegate) { m_pDelegate = delegate; }
100 IFWL_WidgetDelegate* GetDelegate() {
103 const IFWL_WidgetDelegate* GetDelegate() const {
187 UnownedPtr<IFWL_WidgetDelegate> m_pDelegate;
cfwl_notedriver.cpp 88 if (IFWL_WidgetDelegate* pDelegate = pPrev->GetDelegate()) {
100 if (IFWL_WidgetDelegate* pDelegate = pFocus->GetDelegate()) {
234 if (IFWL_WidgetDelegate* pDelegate = pMessage->m_pDstTarget->GetDelegate())
cfwl_widgetmgr.cpp 492 if (IFWL_WidgetDelegate* pDelegate = child->GetDelegate()) {
  /external/pdfium/xfa/fxfa/
cxfa_ffimageedit.h 35 IFWL_WidgetDelegate* m_pOldDelegate;
cxfa_fftextedit.h 19 class IFWL_WidgetDelegate;
65 IFWL_WidgetDelegate* m_pOldDelegate;
cxfa_ffcheckbutton.h 43 IFWL_WidgetDelegate* m_pOldDelegate;
cxfa_fflistbox.h 38 IFWL_WidgetDelegate* m_pOldDelegate;
cxfa_ffpushbutton.h 51 IFWL_WidgetDelegate* m_pOldDelegate;
cxfa_ffcombobox.h 40 // IFWL_WidgetDelegate
67 IFWL_WidgetDelegate* m_pOldDelegate;
cxfa_fffield.h 13 #include "xfa/fwl/ifwl_widgetdelegate.h"
20 class CXFA_FFField : public CXFA_FFWidget, public IFWL_WidgetDelegate {
55 // IFWL_WidgetDelegate

Completed in 76 milliseconds