Home
last modified time | relevance | path

Searched refs:CFFL_Notify (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/fpdfsdk/src/formfiller/
DFFL_Notify.cpp17 CFFL_Notify::CFFL_Notify(CFFL_FormFiller * pFormFiller) : in CFFL_Notify() function in CFFL_Notify
24 CFFL_Notify::~CFFL_Notify() in ~CFFL_Notify()
28 void CFFL_Notify::BeforeNotify() in BeforeNotify()
34 void CFFL_Notify::AfterNotify() in AfterNotify()
39 FX_BOOL CFFL_Notify::OnMouseUp(FX_BOOL & bExit) in OnMouseUp()
47 FX_BOOL CFFL_Notify::OnMouseDown(FX_BOOL & bExit) in OnMouseDown()
55 FX_BOOL CFFL_Notify::OnMouseEnter(FX_BOOL & bExit) in OnMouseEnter()
63 FX_BOOL CFFL_Notify::OnMouseExit(FX_BOOL & bExit) in OnMouseExit()
71 FX_BOOL CFFL_Notify::OnSetFocus(FX_BOOL & bExit) in OnSetFocus()
79 FX_BOOL CFFL_Notify::OnKillFocus(FX_BOOL & bExit) in OnKillFocus()
[all …]
/external/pdfium/fpdfsdk/include/formfiller/
DFFL_Notify.h16 class CFFL_Notify
19 CFFL_Notify(CFFL_FormFiller * pFormFiller);
20 virtual ~CFFL_Notify();
DFFL_FormFiller.h15 class CFFL_Notify; variable