/external/pdfium/xfa/fxfa/ |
D | cxfa_ffsignature.h | 28 bool OnMouseWheel(uint32_t dwFlags,
|
D | cxfa_ffsignature.cpp | 65 bool CXFA_FFSignature::OnMouseWheel(uint32_t dwFlags, in OnMouseWheel() function in CXFA_FFSignature
|
D | cxfa_fffield.h | 40 bool OnMouseWheel(uint32_t dwFlags,
|
D | cxfa_ffwidgethandler.h | 43 bool OnMouseWheel(CXFA_FFWidget* hWidget,
|
D | cxfa_ffwidget.h | 85 virtual bool OnMouseWheel(uint32_t dwFlags,
|
D | cxfa_ffwidgethandler.cpp | 87 bool CXFA_FFWidgetHandler::OnMouseWheel(CXFA_FFWidget* hWidget, in OnMouseWheel() function in CXFA_FFWidgetHandler 92 hWidget->OnMouseWheel(dwFlags, zDelta, hWidget->Rotate2Normal(point)); in OnMouseWheel()
|
/external/pdfium/fpdfsdk/ |
D | cpdfsdk_widgethandler.cpp | 159 bool CPDFSDK_WidgetHandler::OnMouseWheel(CPDFSDK_PageView* pPageView, in OnMouseWheel() function in CPDFSDK_WidgetHandler 165 return m_pFormFiller->OnMouseWheel(pPageView, pAnnot, nFlags, zDelta, in OnMouseWheel()
|
D | cpdfsdk_xfawidgethandler.cpp | 214 bool CPDFSDK_XFAWidgetHandler::OnMouseWheel(CPDFSDK_PageView* pPageView, in OnMouseWheel() function in CPDFSDK_XFAWidgetHandler 223 return pWidgetHandler->OnMouseWheel((*pAnnot)->GetXFAWidget(), in OnMouseWheel()
|
D | cpdfsdk_pageview.h | 79 bool OnMouseWheel(double deltaX,
|
D | ipdfsdk_annothandler.h | 73 virtual bool OnMouseWheel(CPDFSDK_PageView* pPageView,
|
D | cpdfsdk_baannothandler.h | 73 bool OnMouseWheel(CPDFSDK_PageView* pPageView,
|
D | cpdfsdk_widgethandler.h | 74 bool OnMouseWheel(CPDFSDK_PageView* pPageView,
|
D | cpdfsdk_xfawidgethandler.h | 68 bool OnMouseWheel(CPDFSDK_PageView* pPageView,
|
D | cpdfsdk_baannothandler.cpp | 124 bool CPDFSDK_BAAnnotHandler::OnMouseWheel(CPDFSDK_PageView* pPageView, in OnMouseWheel() function in CPDFSDK_BAAnnotHandler
|
/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_list_box.h | 55 bool OnMouseWheel(short zDelta,
|
D | cpwl_edit.h | 59 bool OnMouseWheel(short zDelta,
|
D | cpwl_wnd.cpp | 364 bool CPWL_Wnd::OnMouseWheel(short zDelta, in OnMouseWheel() function in CPWL_Wnd 376 return pChild->OnMouseWheel(zDelta, pChild->ParentToChild(point), nFlag); in OnMouseWheel()
|
D | cpwl_wnd.h | 166 virtual bool OnMouseWheel(short zDelta,
|
D | cpwl_list_box.cpp | 375 bool CPWL_ListBox::OnMouseWheel(short zDelta, in OnMouseWheel() function in CPWL_ListBox
|
/external/pdfium/xfa/fwl/ |
D | cfwl_scrollbar.h | 95 void OnMouseWheel(const CFX_PointF& delta);
|
D | cfwl_listbox.h | 113 void OnMouseWheel(CFWL_MessageMouseWheel* pMsg);
|
D | cfwl_scrollbar.cpp | 354 OnMouseWheel(pMsg->m_delta); in OnProcessMessage() 414 void CFWL_ScrollBar::OnMouseWheel(const CFX_PointF& delta) { in OnMouseWheel() function in CFWL_ScrollBar
|
/external/pdfium/fpdfsdk/formfiller/ |
D | cffl_formfiller.h | 59 virtual bool OnMouseWheel(CPDFSDK_PageView* pPageView,
|
D | cffl_interactiveformfiller.h | 63 bool OnMouseWheel(CPDFSDK_PageView* pPageView,
|
D | cffl_formfiller.cpp | 160 bool CFFL_FormFiller::OnMouseWheel(CPDFSDK_PageView* pPageView, in OnMouseWheel() function in CFFL_FormFiller 169 return pWnd && pWnd->OnMouseWheel(zDelta, WndtoPWL(pPageView, point), nFlags); in OnMouseWheel()
|