Home
last modified time | relevance | path

Searched refs:OnPostOpen (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/xfa/fxfa/
Dcxfa_ffcombobox.h51 void OnPostOpen(CFWL_Widget* pWidget);
Dcxfa_ffcombobox.cpp319 void CXFA_FFComboBox::OnPostOpen(CFWL_Widget* pWidget) { in OnPostOpen() function in CXFA_FFComboBox
348 OnPostOpen(m_pNormalWidget.get()); in OnProcessEvent()
/external/pdfium/fpdfsdk/formfiller/
Dcffl_interactiveformfiller.h118 bool OnPostOpen(CPDFSDK_Annot::ObservedPtr* pAnnot,
Dcffl_interactiveformfiller.cpp781 return OnPostOpen(&pObserved, pData->pPageView, nFlag) || !pObserved; in OnPopupPostOpen()
815 bool CFFL_InteractiveFormFiller::OnPostOpen(CPDFSDK_Annot::ObservedPtr* pAnnot, in OnPostOpen() function in CFFL_InteractiveFormFiller