Home
last modified time | relevance | path

Searched refs:OnMouseEnter (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/fpdfsdk/include/formfiller/
DFFL_Notify.h20 FX_BOOL OnMouseEnter(FX_BOOL & bExit);
DFFL_FormFiller.h52 virtual void OnMouseEnter(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot);
159 virtual void OnMouseEnter(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot);
DFFL_IFormFiller.h47 virtual void OnMouseEnter(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFlag);
/external/pdfium/fpdfsdk/src/formfiller/
DFFL_Notify.cpp56 FX_BOOL CFFL_Notify::OnMouseEnter(FX_BOOL & bExit) in OnMouseEnter() function in CFFL_Notify
DFFL_FormFiller.cpp137 void CFFL_FormFiller::OnMouseEnter(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot) in OnMouseEnter() function in CFFL_FormFiller
823 void CFFL_Button::OnMouseEnter(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot) in OnMouseEnter() function in CFFL_Button
DFFL_IFormFiller.cpp166 void CFFL_IFormFiller::OnMouseEnter(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFl… in OnMouseEnter() function in CFFL_IFormFiller
206 pFormFiller->OnMouseEnter(pPageView, pAnnot); in OnMouseEnter()
/external/pdfium/fpdfsdk/include/
Dfsdk_annothandler.h59 …virtual void OnMouseEnter(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_DWORD nFlag) =…
128 virtual void OnMouseEnter(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_DWORD nFlag) ;
/external/pdfium/fpdfsdk/src/
Dfsdk_annothandler.cpp226 pAnnotHandler->OnMouseEnter(pPageView, pAnnot, nFlag); in Annot_OnMouseEnter()
454 void CPDFSDK_BFAnnotHandler::OnMouseEnter(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_DW… in OnMouseEnter() function in CPDFSDK_BFAnnotHandler
465 m_pFormFiller->OnMouseEnter(pPageView, pAnnot, nFlag); in OnMouseEnter()