Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/formfiller/
Dcffl_button.h27 void OnMouseEnter(CPDFSDK_PageView* pPageView,
Dcffl_button.cpp15 void CFFL_Button::OnMouseEnter(CPDFSDK_PageView* pPageView, in OnMouseEnter() function in CFFL_Button
Dcffl_formfiller.h40 virtual void OnMouseEnter(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot);
Dcffl_interactiveformfiller.h41 void OnMouseEnter(CPDFSDK_PageView* pPageView,
Dcffl_interactiveformfiller.cpp115 void CFFL_InteractiveFormFiller::OnMouseEnter( in OnMouseEnter() function in CFFL_InteractiveFormFiller
146 pFormFiller->OnMouseEnter(pPageView, pAnnot->Get()); in OnMouseEnter()
Dcffl_formfiller.cpp98 void CFFL_FormFiller::OnMouseEnter(CPDFSDK_PageView* pPageView, in OnMouseEnter() function in CFFL_FormFiller
/external/pdfium/xfa/fxfa/
Dcxfa_ffsignature.h22 bool OnMouseEnter() override;
Dcxfa_ffsignature.cpp39 bool CXFA_FFSignature::OnMouseEnter() { in OnMouseEnter() function in CXFA_FFSignature
Dcxfa_fffield.h34 bool OnMouseEnter() override;
Dcxfa_ffwidgethandler.h29 bool OnMouseEnter(CXFA_FFWidget* hWidget);
Dcxfa_ffwidget.h79 virtual bool OnMouseEnter();
Dcxfa_ffwidgethandler.cpp30 bool CXFA_FFWidgetHandler::OnMouseEnter(CXFA_FFWidget* hWidget) { in OnMouseEnter() function in CXFA_FFWidgetHandler
32 bool bRet = hWidget->OnMouseEnter(); in OnMouseEnter()
Dcxfa_ffwidget.cpp356 bool CXFA_FFWidget::OnMouseEnter() { in OnMouseEnter() function in CXFA_FFWidget
Dcxfa_fffield.cpp360 bool CXFA_FFField::OnMouseEnter() { in OnMouseEnter() function in CXFA_FFField
/external/pdfium/fpdfsdk/
Dcpdfsdk_widgethandler.cpp105 void CPDFSDK_WidgetHandler::OnMouseEnter(CPDFSDK_PageView* pPageView, in OnMouseEnter() function in CPDFSDK_WidgetHandler
109 m_pFormFiller->OnMouseEnter(pPageView, pAnnot, nFlag); in OnMouseEnter()
Dcpdfsdk_xfawidgethandler.cpp146 void CPDFSDK_XFAWidgetHandler::OnMouseEnter(CPDFSDK_PageView* pPageView, in OnMouseEnter() function in CPDFSDK_XFAWidgetHandler
152 pWidgetHandler->OnMouseEnter((*pAnnot)->GetXFAWidget()); in OnMouseEnter()
Dcpdfsdk_baannothandler.h51 void OnMouseEnter(CPDFSDK_PageView* pPageView,
Dipdfsdk_annothandler.h51 virtual void OnMouseEnter(CPDFSDK_PageView* pPageView,
Dcpdfsdk_xfawidgethandler.h46 void OnMouseEnter(CPDFSDK_PageView* pPageView,
Dcpdfsdk_widgethandler.h52 void OnMouseEnter(CPDFSDK_PageView* pPageView,
Dcpdfsdk_baannothandler.cpp80 void CPDFSDK_BAAnnotHandler::OnMouseEnter(CPDFSDK_PageView* pPageView, in OnMouseEnter() function in CPDFSDK_BAAnnotHandler
Dcpdfsdk_annothandlermgr.cpp193 GetAnnotHandler(pAnnot->Get())->OnMouseEnter(pPageView, pAnnot, nFlag); in Annot_OnMouseEnter()