Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fwl/src/core/include/
Dfwl_noteimp.h87 FX_BOOL DoWheel(CFWL_MsgMouseWheel* pMsg, IFWL_Widget* pMessageForm);
/external/pdfium/xfa/src/fwl/src/core/
Dfwl_noteimp.cpp479 bRet = DoWheel(static_cast<CFWL_MsgMouseWheel*>(pMessage), pMessageForm); in DispatchMessage()
661 FX_BOOL CFWL_NoteDriver::DoWheel(CFWL_MsgMouseWheel* pMsg, in DoWheel() function in CFWL_NoteDriver