/external/pdfium/xfa/src/fxfa/src/app/ |
D | xfa_ffsignature.h | 25 virtual FX_BOOL OnMouseWheel(FX_DWORD dwFlags,
|
D | xfa_ffsignature.cpp | 69 FX_BOOL CXFA_FFSignature::OnMouseWheel(FX_DWORD dwFlags, in OnMouseWheel() function in CXFA_FFSignature
|
D | xfa_fffield.h | 36 virtual FX_BOOL OnMouseWheel(FX_DWORD dwFlags,
|
D | xfa_ffwidget.h | 73 virtual FX_BOOL OnMouseWheel(FX_DWORD dwFlags,
|
D | xfa_ffwidgethandler.h | 52 virtual FX_BOOL OnMouseWheel(IXFA_Widget* hWidget,
|
D | xfa_ffwidgethandler.cpp | 123 FX_BOOL CXFA_FFWidgetHandler::OnMouseWheel(IXFA_Widget* hWidget, in OnMouseWheel() function in CXFA_FFWidgetHandler 130 ->OnMouseWheel(dwFlags, zDelta, fx, fy); in OnMouseWheel()
|
/external/pdfium/fpdfsdk/include/ |
D | fsdk_annothandler.h | 101 virtual FX_BOOL OnMouseWheel(CPDFSDK_PageView* pPageView, 195 FX_BOOL OnMouseWheel(CPDFSDK_PageView* pPageView, 312 virtual FX_BOOL OnMouseWheel(CPDFSDK_PageView* pPageView,
|
D | fsdk_mgr.h | 624 FX_BOOL OnMouseWheel(double deltaX,
|
/external/pdfium/fpdfsdk/src/ |
D | fsdk_annothandler.cpp | 209 return pAnnotHandler->OnMouseWheel(pPageView, pAnnot, nFlags, zDelta, in Annot_OnMouseWheel() 557 FX_BOOL CPDFSDK_BFAnnotHandler::OnMouseWheel(CPDFSDK_PageView* pPageView, in OnMouseWheel() function in CPDFSDK_BFAnnotHandler 567 return m_pFormFiller->OnMouseWheel(pPageView, pAnnot, nFlags, zDelta, in OnMouseWheel() 935 FX_BOOL CPDFSDK_XFAAnnotHandler::OnMouseWheel(CPDFSDK_PageView* pPageView, in OnMouseWheel() function in CPDFSDK_XFAAnnotHandler 947 bRet = pWidgetHandler->OnMouseWheel( in OnMouseWheel()
|
/external/pdfium/fpdfsdk/include/pdfwindow/ |
D | PWL_ListBox.h | 68 FX_BOOL OnMouseWheel(short zDelta,
|
D | PWL_IconList.h | 113 FX_BOOL OnMouseWheel(short zDelta,
|
D | PWL_Edit.h | 62 FX_BOOL OnMouseWheel(short zDelta,
|
D | PWL_Note.h | 321 FX_BOOL OnMouseWheel(short zDelta,
|
D | PWL_Wnd.h | 311 virtual FX_BOOL OnMouseWheel(short zDelta,
|
/external/pdfium/xfa/src/fwl/src/basewidget/include/ |
D | fwl_listboximp.h | 112 void OnMouseWheel(CFWL_MsgMouseWheel* pMsg);
|
D | fwl_scrollbarimp.h | 113 void OnMouseWheel(FX_FLOAT fx,
|
/external/pdfium/fpdfsdk/include/formfiller/ |
D | FFL_IFormFiller.h | 65 virtual FX_BOOL OnMouseWheel(CPDFSDK_PageView* pPageView,
|
D | FFL_FormFiller.h | 61 virtual FX_BOOL OnMouseWheel(CPDFSDK_PageView* pPageView,
|
/external/pdfium/fpdfsdk/src/formfiller/ |
D | FFL_FormFiller.cpp | 178 FX_BOOL CFFL_FormFiller::OnMouseWheel(CPDFSDK_PageView* pPageView, in OnMouseWheel() function in CFFL_FormFiller 187 return pWnd->OnMouseWheel(zDelta, WndtoPWL(pPageView, point), nFlags); in OnMouseWheel()
|
D | FFL_IFormFiller.cpp | 345 FX_BOOL CFFL_IFormFiller::OnMouseWheel(CPDFSDK_PageView* pPageView, in OnMouseWheel() function in CFFL_IFormFiller 353 return pFormFiller->OnMouseWheel(pPageView, pAnnot, nFlags, zDelta, point); in OnMouseWheel()
|
/external/pdfium/fpdfsdk/src/pdfwindow/ |
D | PWL_Wnd.cpp | 469 FX_BOOL CPWL_Wnd::OnMouseWheel(short zDelta, in PWL_IMPLEMENT_KEY_METHOD() 478 return pChild->OnMouseWheel(zDelta, pChild->ParentToChild(point), in PWL_IMPLEMENT_KEY_METHOD()
|
D | PWL_ListBox.cpp | 517 FX_BOOL CPWL_ListBox::OnMouseWheel(short zDelta, in OnMouseWheel() function in CPWL_ListBox
|
D | PWL_IconList.cpp | 464 FX_BOOL CPWL_IconList::OnMouseWheel(short zDelta, in OnMouseWheel() function in CPWL_IconList
|
/external/pdfium/xfa/src/fwl/src/basewidget/ |
D | fwl_scrollbarimp.cpp | 653 OnMouseWheel(pMsg->m_fx, pMsg->m_fy, pMsg->m_dwFlags, pMsg->m_fDeltaX, in OnProcessMessage() 728 void CFWL_ScrollBarImpDelegate::OnMouseWheel(FX_FLOAT fx, in OnMouseWheel() function in CFWL_ScrollBarImpDelegate
|
D | fwl_listboximp.cpp | 1013 OnMouseWheel(static_cast<CFWL_MsgMouseWheel*>(pMessage)); in OnProcessMessage() 1120 void CFWL_ListBoxImpDelegate::OnMouseWheel(CFWL_MsgMouseWheel* pMsg) { in OnMouseWheel() function in CFWL_ListBoxImpDelegate
|