Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fwl/src/core/include/
Dfwl_noteimp.h58 FWL_ERR PushNoteLoop(IFWL_NoteLoop* pNoteLoop) override;
73 FX_BOOL UnqueueMessage(CFWL_NoteLoop* pNoteLoop);
/external/pdfium/xfa/src/fwl/src/core/
Dfwl_noteimp.cpp206 FWL_ERR CFWL_NoteDriver::PushNoteLoop(IFWL_NoteLoop* pNoteLoop) { in PushNoteLoop() argument
207 m_noteLoopQueue.Add(pNoteLoop); in PushNoteLoop()
400 FX_BOOL CFWL_NoteDriver::UnqueueMessage(CFWL_NoteLoop* pNoteLoop) { in UnqueueMessage() argument
414 if (!bHookMessage && !pNoteLoop->PreProcessMessage(pMessage)) { in UnqueueMessage()
752 CFWL_NoteLoop* pNoteLoop = static_cast<CFWL_NoteLoop*>(m_noteLoopQueue[i]); in IsValidMessage() local
753 CFWL_WidgetImp* pForm = pNoteLoop->GetForm(); in IsValidMessage()
/external/pdfium/xfa/include/fwl/core/
Dfwl_note.h341 virtual FWL_ERR PushNoteLoop(IFWL_NoteLoop* pNoteLoop) = 0;