Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fwl/src/core/include/
Dfwl_noteimp.h73 FX_BOOL UnqueueMessage(CFWL_NoteLoop* pNoteLoop);
/external/pdfium/xfa/src/fwl/src/core/
Dfwl_noteimp.cpp282 if (UnqueueMessage(pTopLoop)) { in Run()
307 if (UnqueueMessage(pTopLoop)) { in Run()
400 FX_BOOL CFWL_NoteDriver::UnqueueMessage(CFWL_NoteLoop* pNoteLoop) { in UnqueueMessage() function in CFWL_NoteDriver
Dfwl_widgetmgrimp.cpp718 pNoteDriver->UnqueueMessage(pTopLoop); in OnProcessMessageToForm()