HomeSort by relevance Sort by last modified time
    Searched defs:OnMouseWheel (Results 1 - 15 of 15) sorted by null

  /external/pdfium/xfa/fxfa/
cxfa_ffsignature.cpp 65 bool CXFA_FFSignature::OnMouseWheel(uint32_t dwFlags,
cxfa_ffwidgethandler.cpp 87 bool CXFA_FFWidgetHandler::OnMouseWheel(CXFA_FFWidget* hWidget,
92 hWidget->OnMouseWheel(dwFlags, zDelta, hWidget->Rotate2Normal(point));
cxfa_fffield.cpp 441 bool CXFA_FFField::OnMouseWheel(uint32_t dwFlags,
cxfa_ffwidget.cpp 380 bool CXFA_FFWidget::OnMouseWheel(uint32_t dwFlags,
  /external/pdfium/fpdfsdk/
cpdfsdk_baannothandler.cpp 124 bool CPDFSDK_BAAnnotHandler::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_pageview.cpp 383 bool CPDFSDK_PageView::OnMouseWheel(double deltaX,
  /external/pdfium/fpdfsdk/pwl/
cpwl_list_box.cpp 375 bool CPWL_ListBox::OnMouseWheel(short zDelta,
cpwl_edit.cpp 595 bool CPWL_Edit::OnMouseWheel(short zDelta,
cpwl_wnd.cpp 364 bool CPWL_Wnd::OnMouseWheel(short zDelta,
376 return pChild->OnMouseWheel(zDelta, pChild->ParentToChild(point), nFlag);
  /external/pdfium/xfa/fwl/
cfwl_scrollbar.cpp 354 OnMouseWheel(pMsg->m_delta);
414 void CFWL_ScrollBar::OnMouseWheel(const CFX_PointF& delta) {
cfwl_listbox.cpp 685 OnMouseWheel(static_cast<CFWL_MessageMouseWheel*>(pMessage));
783 void CFWL_ListBox::OnMouseWheel(CFWL_MessageMouseWheel* pMsg) {
  /external/pdfium/fpdfsdk/formfiller/
cffl_formfiller.cpp 160 bool CFFL_FormFiller::OnMouseWheel(CPDFSDK_PageView* pPageView,
169 return pWnd && pWnd->OnMouseWheel(zDelta, WndtoPWL(pPageView, point), nFlags);
cffl_interactiveformfiller.cpp 313 bool CFFL_InteractiveFormFiller::OnMouseWheel(
322 pFormFiller->OnMouseWheel(pPageView, pAnnot->Get(), nFlags, zDelta,

Completed in 1108 milliseconds