Home
last modified time | relevance | path

Searched refs:OnKillFocus (Results 1 – 25 of 26) sorted by relevance

12

/external/pdfium/fpdfsdk/
Dcpdfsdk_baannothandler_embeddertest.cpp71 EXPECT_FALSE(GetBAAnnotHandler()->OnKillFocus(&pNonWidgetAnnot, 0)); in TEST_F()
87 EXPECT_FALSE(GetBAAnnotHandler()->OnKillFocus(&pWidgetAnnot, 0)); in TEST_F()
Dcpdfsdk_widgethandler.cpp227 bool CPDFSDK_WidgetHandler::OnKillFocus(ObservedPtr<CPDFSDK_Annot>* pAnnot, in OnKillFocus() function in CPDFSDK_WidgetHandler
230 m_pFormFiller->OnKillFocus(pAnnot, nFlag); in OnKillFocus()
Dcpdfsdk_baannothandler.h96 bool OnKillFocus(ObservedPtr<CPDFSDK_Annot>* pAnnot, uint32_t nFlag) override;
Dipdfsdk_annothandler.h96 virtual bool OnKillFocus(ObservedPtr<CPDFSDK_Annot>* pAnnot,
Dcpdfsdk_widgethandler.h96 bool OnKillFocus(ObservedPtr<CPDFSDK_Annot>* pAnnot, uint32_t nFlag) override;
Dcpdfsdk_baannothandler.cpp172 bool CPDFSDK_BAAnnotHandler::OnKillFocus(ObservedPtr<CPDFSDK_Annot>* pAnnot, in OnKillFocus() function in CPDFSDK_BAAnnotHandler
Dcpdfsdk_annothandlermgr.cpp269 return GetAnnotHandler(pAnnot->Get())->OnKillFocus(pAnnot, nFlag); in Annot_OnKillFocus()
/external/pdfium/xfa/fxfa/
Dcxfa_fflistbox.cpp73 bool CXFA_FFListBox::OnKillFocus(CXFA_FFWidget* pNewFocus) { in OnKillFocus() function in CXFA_FFListBox
80 CXFA_FFField::OnKillFocus(pNewWatched.Get()); in OnKillFocus()
Dcxfa_fflistbox.h20 bool OnKillFocus(CXFA_FFWidget* pNewWidget) override WARN_UNUSED_RESULT;
Dcxfa_fftextedit.h37 bool OnKillFocus(CXFA_FFWidget* pNewWidget) override WARN_UNUSED_RESULT;
Dcxfa_ffcombobox.h28 bool OnKillFocus(CXFA_FFWidget* pNewWidget) override WARN_UNUSED_RESULT;
Dcxfa_ffcombobox.cpp113 bool CXFA_FFComboBox::OnKillFocus(CXFA_FFWidget* pNewWidget) { in OnKillFocus() function in CXFA_FFComboBox
120 CXFA_FFField::OnKillFocus(pNewWatched.Get()); in OnKillFocus()
Dcxfa_fftextedit.cpp187 bool CXFA_FFTextEdit::OnKillFocus(CXFA_FFWidget* pNewWidget) { in OnKillFocus() function in CXFA_FFTextEdit
204 if (!CXFA_FFWidget::OnKillFocus(pNewWatched.Get())) in OnKillFocus()
Dcxfa_fffield.h57 bool OnKillFocus(CXFA_FFWidget* pNewWidget) override WARN_UNUSED_RESULT;
Dcxfa_ffwidget.cpp446 bool CXFA_FFWidget::OnKillFocus(CXFA_FFWidget* pNewWidget) { in OnKillFocus() function in CXFA_FFWidget
464 if (!pParent->OnKillFocus(pNewWidget)) in OnKillFocus()
Dcxfa_ffwidget.h118 virtual bool OnKillFocus(CXFA_FFWidget* pNewWidget) WARN_UNUSED_RESULT;
Dcxfa_fffield.cpp534 bool CXFA_FFField::OnKillFocus(CXFA_FFWidget* pNewWidget) { in OnKillFocus() function in CXFA_FFField
544 CXFA_FFWidget::OnKillFocus(pNewWatched.Get()); in OnKillFocus()
Dcxfa_ffdocview.cpp306 if (!m_pFocusWidget->OnKillFocus(pNewWatched.Get())) in SetFocus()
/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit.h72 void OnKillFocus() override;
Dcpwl_wnd.cpp73 pWnd->OnKillFocus(); in KillFocus()
529 void CPWL_Wnd::OnKillFocus() {} in OnKillFocus() function in CPWL_Wnd
Dcpwl_wnd.h256 virtual void OnKillFocus();
Dcpwl_edit.cpp303 void CPWL_Edit::OnKillFocus() { in OnKillFocus() function in CPWL_Edit
/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_widgethandler.h97 bool OnKillFocus(ObservedPtr<CPDFSDK_Annot>* pAnnot, uint32_t nFlag) override;
Dcpdfxfa_widgethandler.cpp561 bool CPDFXFA_WidgetHandler::OnKillFocus(ObservedPtr<CPDFSDK_Annot>* pAnnot, in OnKillFocus() function in CPDFXFA_WidgetHandler
/external/pdfium/fpdfsdk/formfiller/
Dcffl_interactiveformfiller.h83 bool OnKillFocus(ObservedPtr<CPDFSDK_Annot>* pAnnot, uint32_t nFlag);

12