HomeSort by relevance Sort by last modified time
    Searched refs:OnMouseWheel (Results 1 - 25 of 32) sorted by null

1 2

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

Completed in 1208 milliseconds

1 2