Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_ffcombobox.h62 void OnPostOpen(CFWL_Widget* pWidget);
Dcxfa_ffcombobox.cpp337 void CXFA_FFComboBox::OnPostOpen(CFWL_Widget* pWidget) { in OnPostOpen() function in CXFA_FFComboBox
367 OnPostOpen(GetNormalWidget()); in OnProcessEvent()
/external/pdfium/fpdfsdk/formfiller/
Dcffl_interactiveformfiller.h158 bool OnPostOpen(ObservedPtr<CPDFSDK_Annot>* pAnnot,
Dcffl_interactiveformfiller.cpp839 bool CFFL_InteractiveFormFiller::OnPostOpen(ObservedPtr<CPDFSDK_Annot>* pAnnot, in OnPostOpen() function in CFFL_InteractiveFormFiller
982 return OnPostOpen(&pObserved, pData->pPageView, nFlag) || !pObserved; in OnPopupPostOpen()