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) override;
Dcffl_button.cpp19 void CFFL_Button::OnMouseEnter(CPDFSDK_PageView* pPageView) { in OnMouseEnter() function in CFFL_Button
Dcffl_formfiller.h41 virtual void OnMouseEnter(CPDFSDK_PageView* pPageView);
Dcffl_interactiveformfiller.h43 void OnMouseEnter(CPDFSDK_PageView* pPageView,
Dcffl_formfiller.cpp80 void CFFL_FormFiller::OnMouseEnter(CPDFSDK_PageView* pPageView) {} in OnMouseEnter() function in CFFL_FormFiller
Dcffl_interactiveformfiller.cpp114 void CFFL_InteractiveFormFiller::OnMouseEnter( in OnMouseEnter() function in CFFL_InteractiveFormFiller
145 pFormFiller->OnMouseEnter(pPageView); in OnMouseEnter()
/external/pdfium/xfa/fxfa/
Dcxfa_ffwidgethandler.cpp30 bool CXFA_FFWidgetHandler::OnMouseEnter(CXFA_FFWidget* hWidget) { in OnMouseEnter() function in CXFA_FFWidgetHandler
32 bool bRet = hWidget->OnMouseEnter(); in OnMouseEnter()
Dcxfa_ffsignature.h25 bool OnMouseEnter() override;
Dcxfa_ffwidgethandler.h24 bool OnMouseEnter(CXFA_FFWidget* hWidget);
Dcxfa_ffsignature.cpp40 bool CXFA_FFSignature::OnMouseEnter() { in OnMouseEnter() function in CXFA_FFSignature
Dcxfa_fffield.h44 bool OnMouseEnter() override;
Dcxfa_ffwidget.h98 virtual bool OnMouseEnter() WARN_UNUSED_RESULT;
Dcxfa_ffwidget.cpp377 bool CXFA_FFWidget::OnMouseEnter() { in OnMouseEnter() function in CXFA_FFWidget
Dcxfa_fffield.cpp379 bool CXFA_FFField::OnMouseEnter() { in OnMouseEnter() function in CXFA_FFField
/external/pdfium/fpdfsdk/
Dcpdfsdk_widgethandler.cpp93 void CPDFSDK_WidgetHandler::OnMouseEnter(CPDFSDK_PageView* pPageView, in OnMouseEnter() function in CPDFSDK_WidgetHandler
97 m_pFormFiller->OnMouseEnter(pPageView, pAnnot, nFlag); in OnMouseEnter()
Dipdfsdk_annothandler.h50 virtual void OnMouseEnter(CPDFSDK_PageView* pPageView,
Dcpdfsdk_baannothandler.h53 void OnMouseEnter(CPDFSDK_PageView* pPageView,
Dcpdfsdk_widgethandler.h53 void OnMouseEnter(CPDFSDK_PageView* pPageView,
Dcpdfsdk_baannothandler.cpp74 void CPDFSDK_BAAnnotHandler::OnMouseEnter(CPDFSDK_PageView* pPageView, in OnMouseEnter() function in CPDFSDK_BAAnnotHandler
Dcpdfsdk_annothandlermgr.cpp216 GetAnnotHandler(pAnnot->Get())->OnMouseEnter(pPageView, pAnnot, nFlag); in Annot_OnMouseEnter()
/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_widgethandler.h54 void OnMouseEnter(CPDFSDK_PageView* pPageView,
Dcpdfxfa_widgethandler.cpp363 void CPDFXFA_WidgetHandler::OnMouseEnter(CPDFSDK_PageView* pPageView, in OnMouseEnter() function in CPDFXFA_WidgetHandler
374 pWidgetHandler->OnMouseEnter(pXFAWidget->GetXFAFFWidget()); in OnMouseEnter()