Home
last modified time | relevance | path

Searched refs:SetFillerNotify (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/fpdfsdk/pwl/
Dcpwl_combo_box.cpp576 void CPWL_ComboBox::SetFillerNotify(IPWL_Filler_Notify* pNotify) { in SetFillerNotify() function in CPWL_ComboBox
580 m_pEdit->SetFillerNotify(pNotify); in SetFillerNotify()
583 m_pList->SetFillerNotify(pNotify); in SetFillerNotify()
Dcpwl_combo_box.h66 void SetFillerNotify(IPWL_Filler_Notify* pNotify);
Dcpwl_list_box.h91 void SetFillerNotify(IPWL_Filler_Notify* pNotify) { in SetFillerNotify() function
Dcpwl_edit.h91 void SetFillerNotify(IPWL_Filler_Notify* pNotify) { in SetFillerNotify() function
/external/pdfium/fpdfsdk/formfiller/
Dcffl_listbox.cpp44 pWnd->SetFillerNotify(m_pFormFillEnv->GetInteractiveFormFiller()); in NewPDFWindow()
Dcffl_textfield.cpp74 pWnd->SetFillerNotify(m_pFormFillEnv->GetInteractiveFormFiller()); in NewPDFWindow()
Dcffl_combobox.cpp52 pWnd->SetFillerNotify(pFormFiller); in NewPDFWindow()