Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/include/formfiller/
DFFL_FormFiller.h42 virtual void OnMouseEnter(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot);
168 void OnMouseEnter(CPDFSDK_PageView* pPageView,
DFFL_IFormFiller.h42 virtual void OnMouseEnter(CPDFSDK_PageView* pPageView,
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_ffsignature.h19 virtual FX_BOOL OnMouseEnter();
Dxfa_ffsignature.cpp43 FX_BOOL CXFA_FFSignature::OnMouseEnter() { in OnMouseEnter() function in CXFA_FFSignature
Dxfa_fffield.h30 virtual FX_BOOL OnMouseEnter();
Dxfa_ffwidget.h67 virtual FX_BOOL OnMouseEnter();
Dxfa_ffwidgethandler.h34 virtual FX_BOOL OnMouseEnter(IXFA_Widget* hWidget);
Dxfa_ffwidgethandler.cpp59 FX_BOOL CXFA_FFWidgetHandler::OnMouseEnter(IXFA_Widget* hWidget) { in OnMouseEnter() function in CXFA_FFWidgetHandler
61 FX_BOOL bRet = static_cast<CXFA_FFWidget*>(hWidget)->OnMouseEnter(); in OnMouseEnter()
Dxfa_fffield.cpp356 FX_BOOL CXFA_FFField::OnMouseEnter() { in OnMouseEnter() function in CXFA_FFField
Dxfa_ffwidget.cpp172 FX_BOOL CXFA_FFWidget::OnMouseEnter() { in OnMouseEnter() function in CXFA_FFWidget
/external/pdfium/fpdfsdk/include/
Dfsdk_annothandler.h78 virtual void OnMouseEnter(CPDFSDK_PageView* pPageView,
173 void OnMouseEnter(CPDFSDK_PageView* pPageView,
289 virtual void OnMouseEnter(CPDFSDK_PageView* pPageView,
/external/pdfium/fpdfsdk/src/
Dfsdk_annothandler.cpp244 pAnnotHandler->OnMouseEnter(pPageView, pAnnot, nFlag); in Annot_OnMouseEnter()
475 void CPDFSDK_BFAnnotHandler::OnMouseEnter(CPDFSDK_PageView* pPageView, in OnMouseEnter() function in CPDFSDK_BFAnnotHandler
483 m_pFormFiller->OnMouseEnter(pPageView, pAnnot, nFlag); in OnMouseEnter()
844 void CPDFSDK_XFAAnnotHandler::OnMouseEnter(CPDFSDK_PageView* pPageView, in OnMouseEnter() function in CPDFSDK_XFAAnnotHandler
852 pWidgetHandler->OnMouseEnter(pAnnot->GetXFAWidget()); in OnMouseEnter()
/external/pdfium/fpdfsdk/src/formfiller/
DFFL_FormFiller.cpp109 void CFFL_FormFiller::OnMouseEnter(CPDFSDK_PageView* pPageView, in OnMouseEnter() function in CFFL_FormFiller
633 void CFFL_Button::OnMouseEnter(CPDFSDK_PageView* pPageView, in OnMouseEnter() function in CFFL_Button
DFFL_IFormFiller.cpp124 void CFFL_IFormFiller::OnMouseEnter(CPDFSDK_PageView* pPageView, in OnMouseEnter() function in CFFL_IFormFiller
156 pFormFiller->OnMouseEnter(pPageView, pAnnot); in OnMouseEnter()
/external/pdfium/xfa/include/fxfa/
Dfxfa.h736 virtual FX_BOOL OnMouseEnter(IXFA_Widget* hWidget) = 0;