Home
last modified time | relevance | path

Searched refs:DoSize (Results 1 – 2 of 2) sorted by relevance

/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() function in CFWL_NoteDriver