Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pwl/
Dcpwl_combo_box.cpp586 void CPWL_ComboBox::SetFillerNotify(IPWL_Filler_Notify* pNotify) { in SetFillerNotify() function in CPWL_ComboBox
590 m_pEdit->SetFillerNotify(pNotify); in SetFillerNotify()
593 m_pList->SetFillerNotify(pNotify); in SetFillerNotify()
Dcpwl_list_box.h91 void SetFillerNotify(IPWL_Filler_Notify* pNotify) { in SetFillerNotify() function
Dcpwl_combo_box.h75 void SetFillerNotify(IPWL_Filler_Notify* pNotify);
Dcpwl_edit.h93 void SetFillerNotify(IPWL_Filler_Notify* pNotify) { in SetFillerNotify() function
/external/pdfium/fpdfsdk/formfiller/
Dcffl_listbox.cpp48 pWnd->SetFillerNotify(m_pFormFillEnv->GetInteractiveFormFiller()); in NewPWLWindow()
Dcffl_textfield.cpp90 pWnd->SetFillerNotify(m_pFormFillEnv->GetInteractiveFormFiller()); in NewPWLWindow()
Dcffl_combobox.cpp53 pWnd->SetFillerNotify(pFormFiller); in NewPWLWindow()