/external/pdfium/xfa/fxfa/ |
D | cxfa_ffsignature.h | 29 int16_t zDelta,
|
D | cxfa_ffsignature.cpp | 66 int16_t zDelta, in OnMouseWheel() argument
|
D | cxfa_fffield.h | 41 int16_t zDelta,
|
D | cxfa_ffwidgethandler.h | 45 int16_t zDelta,
|
D | cxfa_ffwidget.h | 86 int16_t zDelta,
|
D | cxfa_ffwidgethandler.cpp | 89 int16_t zDelta, in OnMouseWheel() argument 92 hWidget->OnMouseWheel(dwFlags, zDelta, hWidget->Rotate2Normal(point)); in OnMouseWheel()
|
D | cxfa_fffield.cpp | 442 int16_t zDelta, in OnMouseWheel() argument 450 ms.m_delta = CFX_PointF(zDelta, 0); in OnMouseWheel()
|
/external/pdfium/fpdfsdk/ |
D | cpdfsdk_widgethandler.cpp | 162 short zDelta, in OnMouseWheel() argument 165 return m_pFormFiller->OnMouseWheel(pPageView, pAnnot, nFlags, zDelta, in OnMouseWheel()
|
D | cpdfsdk_xfawidgethandler.cpp | 217 short zDelta, in OnMouseWheel() argument 224 GetFWLFlags(nFlags), zDelta, point); in OnMouseWheel()
|
D | cpdfsdk_annothandlermgr.cpp | 161 short zDelta, in Annot_OnMouseWheel() argument 165 ->OnMouseWheel(pPageView, pAnnot, nFlags, zDelta, point); in Annot_OnMouseWheel()
|
D | cpdfsdk_annothandlermgr.h | 80 short zDelta,
|
D | ipdfsdk_annothandler.h | 76 short zDelta,
|
D | cpdfsdk_baannothandler.h | 76 short zDelta,
|
D | cpdfsdk_widgethandler.h | 77 short zDelta,
|
D | cpdfsdk_xfawidgethandler.h | 71 short zDelta,
|
D | cpdfsdk_baannothandler.cpp | 127 short zDelta, in OnMouseWheel() argument
|
/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_list_box.cpp | 375 bool CPWL_ListBox::OnMouseWheel(short zDelta, in OnMouseWheel() argument 378 if (zDelta < 0) in OnMouseWheel()
|
D | cpwl_list_box.h | 55 bool OnMouseWheel(short zDelta,
|
D | cpwl_edit.h | 59 bool OnMouseWheel(short zDelta,
|
D | cpwl_edit.cpp | 595 bool CPWL_Edit::OnMouseWheel(short zDelta, in OnMouseWheel() argument 602 if (zDelta > 0) in OnMouseWheel()
|
D | cpwl_wnd.cpp | 364 bool CPWL_Wnd::OnMouseWheel(short zDelta, in OnMouseWheel() argument 376 return pChild->OnMouseWheel(zDelta, pChild->ParentToChild(point), nFlag); in OnMouseWheel()
|
D | cpwl_wnd.h | 166 virtual bool OnMouseWheel(short zDelta,
|
/external/pdfium/fpdfsdk/formfiller/ |
D | cffl_formfiller.h | 62 short zDelta,
|
D | cffl_interactiveformfiller.h | 66 short zDelta,
|
D | cffl_formfiller.cpp | 163 short zDelta, in OnMouseWheel() argument 169 return pWnd && pWnd->OnMouseWheel(zDelta, WndtoPWL(pPageView, point), nFlags); in OnMouseWheel()
|