Searched defs:CFFL_Notify (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/include/formfiller/
H A DFFL_Notify.h12 class CFFL_Notify class
15 CFFL_Notify(CFFL_FormFiller * pFormFiller);
16 virtual ~CFFL_Notify();
/external/pdfium/fpdfsdk/src/formfiller/
H A DFFL_Notify.cpp13 /* -------------------------------- CFFL_Notify ------------------------------ */
17 CFFL_Notify::CFFL_Notify(CFFL_FormFiller * pFormFiller) : function in class:CFFL_Notify
25 CFFL_Notify::~CFFL_Notify()
29 void CFFL_Notify::BeforeNotify()
35 void CFFL_Notify::AfterNotify()
40 FX_BOOL CFFL_Notify::OnMouseUp(FX_BOOL & bExit)
48 FX_BOOL CFFL_Notify::OnMouseDown(FX_BOOL & bExit)
56 FX_BOOL CFFL_Notify
[all...]

Completed in 300 milliseconds