Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/include/formfiller/
DFFL_Notify.h23 FX_BOOL OnMouseExit(FX_BOOL & bExit);
DFFL_FormFiller.h53 virtual void OnMouseExit(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot);
160 virtual void OnMouseExit(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot);
DFFL_IFormFiller.h48 virtual void OnMouseExit(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFlag);
/external/pdfium/fpdfsdk/src/formfiller/
DFFL_Notify.cpp64 FX_BOOL CFFL_Notify::OnMouseExit(FX_BOOL & bExit) in OnMouseExit() function in CFFL_Notify
DFFL_FormFiller.cpp141 void CFFL_FormFiller::OnMouseExit(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot) in OnMouseExit() function in CFFL_FormFiller
831 void CFFL_Button::OnMouseExit(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot) in OnMouseExit() function in CFFL_Button
DFFL_IFormFiller.cpp210 void CFFL_IFormFiller::OnMouseExit(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFla… in OnMouseExit() function in CFFL_IFormFiller
250 pFormFiller->OnMouseExit(pPageView, pAnnot); in OnMouseExit()
/external/pdfium/fpdfsdk/include/
Dfsdk_annothandler.h60 …virtual void OnMouseExit(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_DWORD nFlag) = …
129 virtual void OnMouseExit(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_DWORD nFlag) ;
/external/pdfium/fpdfsdk/src/
Dfsdk_annothandler.cpp237 pAnnotHandler->OnMouseExit(pPageView, pAnnot, nFlag); in Annot_OnMouseExit()
470 void CPDFSDK_BFAnnotHandler::OnMouseExit(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_DWO… in OnMouseExit() function in CPDFSDK_BFAnnotHandler
481 m_pFormFiller->OnMouseExit(pPageView, pAnnot, nFlag); in OnMouseExit()