OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SendNote
(Results
1 - 5
of
5
) sorted by null
/external/pdfium/xfa/src/fwl/src/core/include/
fwl_noteimp.h
48
FX_BOOL
SendNote
(CFWL_Note* pNote) override;
/external/pdfium/xfa/include/fwl/core/
fwl_note.h
330
virtual FX_BOOL
SendNote
(CFWL_Note* pNote) = 0;
/external/pdfium/xfa/src/fwl/src/lightwidget/
widget.cpp
274
pNoteDriver->
SendNote
(pEvent);
/external/pdfium/xfa/src/fwl/src/core/
fwl_noteimp.cpp
37
pDriver->
SendNote
(&ev);
95
pDriver->
SendNote
(&ev);
112
FX_BOOL CFWL_NoteDriver::
SendNote
(CFWL_Note* pNote) {
[
all
...]
fwl_widgetimp.cpp
856
pNoteDriver->
SendNote
(pEvent);
[
all
...]
Completed in 148 milliseconds