Searched defs:OnMouseWheel (Results 1 - 9 of 9) sorted by relevance

/external/pdfium/fpdfsdk/src/
H A Dfsdk_annothandler.cpp195 return pAnnotHandler->OnMouseWheel(pPageView, pAnnot,nFlags,zDelta, point);
555 FX_BOOL CPDFSDK_BFAnnotHandler::OnMouseWheel(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_DWORD nFlags, short zDelta, const CPDF_Point& point) function in class:CPDFSDK_BFAnnotHandler
566 return m_pFormFiller->OnMouseWheel(pPageView, pAnnot, nFlags, zDelta,point);
H A Dfsdk_mgr.cpp931 FX_BOOL CPDFSDK_PageView::OnMouseWheel(double deltaX, double deltaY,const CPDF_Point& point, int nFlag) function in class:CPDFSDK_PageView
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_IconList.cpp555 FX_BOOL CPWL_IconList::OnMouseWheel(short zDelta, const CPDF_Point & point, FX_DWORD nFlag) function in class:CPWL_IconList
H A DPWL_ListBox.cpp615 FX_BOOL CPWL_ListBox::OnMouseWheel(short zDelta, const CPDF_Point & point, FX_DWORD nFlag) function in class:CPWL_ListBox
H A DPWL_Edit.cpp1072 FX_BOOL CPWL_Edit::OnMouseWheel(short zDelta, const CPDF_Point & point, FX_DWORD nFlag) function in class:CPWL_Edit
H A DPWL_Note.cpp1548 FX_BOOL CPWL_Note::OnMouseWheel(short zDelta, const CPDF_Point & point, FX_DWORD nFlag) function in class:CPWL_Note
H A DPWL_Wnd.cpp595 FX_BOOL CPWL_Wnd::OnMouseWheel(short zDelta, const CPDF_Point & point, FX_DWORD nFlag) function in class:CPWL_Wnd
608 return pChild->OnMouseWheel(zDelta,pChild->ParentToChild(point), nFlag);
/external/pdfium/fpdfsdk/src/formfiller/
H A DFFL_FormFiller.cpp204 FX_BOOL CFFL_FormFiller::OnMouseWheel(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFlags, short zDelta, const CPDF_Point& point) function in class:CFFL_FormFiller
210 return pWnd->OnMouseWheel(zDelta, WndtoPWL(pPageView, point),nFlags);
H A DFFL_IFormFiller.cpp413 FX_BOOL CFFL_IFormFiller::OnMouseWheel(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFlags, short zDelta, const CPDF_Point& point) function in class:CFFL_IFormFiller
420 return pFormFiller->OnMouseWheel(pPageView, pAnnot, nFlags, zDelta, point);

Completed in 130 milliseconds