Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fwl/src/core/include/
Dfwl_noteimp.h85 FX_BOOL DoKey(CFWL_MsgKey* pMsg, IFWL_Widget* pMessageForm);
/external/pdfium/xfa/src/fwl/src/core/
Dfwl_noteimp.cpp471 bRet = DoKey(static_cast<CFWL_MsgKey*>(pMessage), pMessageForm); in DispatchMessage()
601 FX_BOOL CFWL_NoteDriver::DoKey(CFWL_MsgKey* pMsg, IFWL_Widget* pMessageForm) { in DoKey() function in CFWL_NoteDriver