Home
last modified time | relevance | path

Searched refs:CFWL_MsgSize (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/xfa/include/fwl/core/
Dfwl_note.h23 class CFWL_MsgSize; variable
217 BEGIN_FWL_MESSAGE_DEF(CFWL_MsgSize, FWL_MSGHASH_Size)
/external/pdfium/xfa/src/fwl/src/core/include/
Dfwl_noteimp.h88 FX_BOOL DoSize(CFWL_MsgSize* pMsg);
/external/pdfium/xfa/src/fwl/src/core/
Dfwl_noteimp.cpp483 bRet = DoSize(static_cast<CFWL_MsgSize*>(pMessage)); in DispatchMessage()
677 FX_BOOL CFWL_NoteDriver::DoSize(CFWL_MsgSize* pMsg) { in DoSize()
Dfwl_formimp.cpp1049 CFWL_MsgSize* pMsg = static_cast<CFWL_MsgSize*>(pMessage); in OnProcessMessage()