HomeSort by relevance Sort by last modified time
    Searched refs:CFWL_Event (Results 1 - 25 of 45) sorted by null

1 2

  /external/pdfium/xfa/fwl/
cfwl_event.cpp 7 #include "xfa/fwl/cfwl_event.h"
9 CFWL_Event::CFWL_Event(CFWL_Event::Type type)
10 : CFWL_Event(type, nullptr, nullptr) {}
12 CFWL_Event::CFWL_Event(Type type, CFWL_Widget* pSrcTarget)
13 : CFWL_Event(type, pSrcTarget, nullptr) {}
15 CFWL_Event::CFWL_Event(Type type
    [all...]
cfwl_eventcheckword.cpp 10 : CFWL_Event(CFWL_Event::Type::CheckWord, pSrcTarget) {}
cfwl_eventscroll.cpp 10 : CFWL_Event(CFWL_Event::Type::Scroll, pSrcTarget) {}
cfwl_eventselectchanged.cpp 10 : CFWL_Event(CFWL_Event::Type::SelectChanged, pSrcTarget) {}
cfwl_eventtextchanged.cpp 10 : CFWL_Event(CFWL_Event::Type::TextChanged, pSrcTarget) {}
cfwl_eventvalidate.cpp 10 : CFWL_Event(CFWL_Event::Type::Validate, pSrcTarget) {}
cfwl_event.h 19 class CFWL_Event {
37 explicit CFWL_Event(Type type);
38 CFWL_Event(Type type, CFWL_Widget* pSrcTarget);
39 CFWL_Event(Type type, CFWL_Widget* pSrcTarget, CFWL_Widget* pDstTarget);
40 virtual ~CFWL_Event();
cfwl_eventcheckword.h 10 #include "xfa/fwl/cfwl_event.h"
12 class CFWL_EventCheckWord : public CFWL_Event {
cfwl_eventtextchanged.h 10 #include "xfa/fwl/cfwl_event.h"
12 class CFWL_EventTextChanged : public CFWL_Event {
cfwl_eventvalidate.h 10 #include "xfa/fwl/cfwl_event.h"
12 class CFWL_EventValidate : public CFWL_Event {
cfwl_eventmouse.cpp 14 : CFWL_Event(CFWL_Event::Type::Mouse, pSrcTarget, pDstTarget) {}
cfwl_eventtarget.h 13 #include "xfa/fwl/cfwl_event.h"
15 class CFWL_Event;
24 bool ProcessEvent(CFWL_Event* pEvent);
ifwl_widgetdelegate.h 12 class CFWL_Event;
22 virtual void OnProcessEvent(CFWL_Event* pEvent) = 0;
cfwl_eventmouse.h 10 #include "xfa/fwl/cfwl_event.h"
12 class CFWL_EventMouse : public CFWL_Event {
cfwl_eventselectchanged.h 10 #include "xfa/fwl/cfwl_event.h"
12 class CFWL_EventSelectChanged : public CFWL_Event {
cfwl_eventscroll.h 10 #include "xfa/fwl/cfwl_event.h"
12 class CFWL_EventScroll : public CFWL_Event {
cfwl_eventtarget.cpp 22 bool CFWL_EventTarget::ProcessEvent(CFWL_Event* pEvent) {
cfwl_spinbutton.cpp 13 #include "xfa/fwl/cfwl_event.h"
217 CFWL_Event wmPosChanged(CFWL_Event::Type::Click, this);
337 CFWL_Event wmPosChanged(CFWL_Event::Type::Click, this);
352 CFWL_Event wmPosChanged(CFWL_Event::Type::Click, pButton);
cfwl_barcode.h 50 void OnProcessEvent(CFWL_Event* pEvent) override;
cfwl_pushbutton.cpp 14 #include "xfa/fwl/cfwl_event.h"
181 CFWL_Event wmClick(CFWL_Event::Type::Click, this);
236 CFWL_Event wmClick(CFWL_Event::Type::Click, this);
  /external/pdfium/xfa/fxfa/app/
xfa_fftextedit.h 28 void OnProcessEvent(CFWL_Event* pEvent) override;
57 void OnProcessEvent(CFWL_Event* pEvent) override;
90 void OnProcessEvent(CFWL_Event* pEvent) override;
xfa_ffimageedit.h 25 void OnProcessEvent(CFWL_Event* pEvent) override;
xfa_ffcheckbutton.h 29 void OnProcessEvent(CFWL_Event* pEvent) override;
xfa_ffpushbutton.h 33 void OnProcessEvent(CFWL_Event* pEvent) override;
xfa_ffchoicelist.h 22 void OnProcessEvent(CFWL_Event* pEvent) override;
71 void OnProcessEvent(CFWL_Event* pEvent) override;

Completed in 1223 milliseconds

1 2