Searched refs:OnMouseEnter (Results 1 – 8 of 8) sorted by relevance
/external/pdfium/fpdfsdk/include/formfiller/ |
D | FFL_Notify.h | 20 FX_BOOL OnMouseEnter(FX_BOOL & bExit);
|
D | FFL_FormFiller.h | 52 virtual void OnMouseEnter(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot); 159 virtual void OnMouseEnter(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot);
|
D | FFL_IFormFiller.h | 47 virtual void OnMouseEnter(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFlag);
|
/external/pdfium/fpdfsdk/src/formfiller/ |
D | FFL_Notify.cpp | 56 FX_BOOL CFFL_Notify::OnMouseEnter(FX_BOOL & bExit) in OnMouseEnter() function in CFFL_Notify
|
D | FFL_FormFiller.cpp | 137 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
|
D | FFL_IFormFiller.cpp | 166 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/ |
D | fsdk_annothandler.h | 59 …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/ |
D | fsdk_annothandler.cpp | 226 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()
|