Home
last modified time | relevance | path

Searched refs:SendNote (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/xfa/src/fwl/src/core/include/
Dfwl_noteimp.h48 FX_BOOL SendNote(CFWL_Note* pNote) override;
/external/pdfium/xfa/src/fwl/src/core/
Dfwl_noteimp.cpp37 pDriver->SendNote(&ev); in Idle()
95 pDriver->SendNote(&ev); in GenerateCommondEvent()
112 FX_BOOL CFWL_NoteDriver::SendNote(CFWL_Note* pNote) { in SendNote() function in CFWL_NoteDriver
Dfwl_widgetimp.cpp856 pNoteDriver->SendNote(pEvent); in DispatchEvent()
/external/pdfium/xfa/src/fwl/src/lightwidget/
Dwidget.cpp274 pNoteDriver->SendNote(pEvent); in DispatchEvent()
/external/pdfium/xfa/include/fwl/core/
Dfwl_note.h330 virtual FX_BOOL SendNote(CFWL_Note* pNote) = 0;