Home
last modified time | relevance | path

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

/external/pdfium/xfa/include/fwl/core/
Dfwl_note.h27 class CFWL_MsgClose; variable
241 BEGIN_FWL_MESSAGE_DEF(CFWL_MsgClose, FWL_MSGHASH_Close)
/external/pdfium/xfa/src/fwl/src/core/include/
Dfwl_formimp.h185 void OnClose(CFWL_MsgClose* pMsg);
/external/pdfium/xfa/src/fwl/src/core/
Dfwl_formimp.cpp1064 OnClose(static_cast<CFWL_MsgClose*>(pMessage)); in OnProcessMessage()
1427 void CFWL_FormImpDelegate::OnClose(CFWL_MsgClose* pMsg) { in OnClose()