Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pdfwindow/
DPWL_ComboBox.cpp618 void CPWL_ComboBox::SetFillerNotify(IPWL_Filler_Notify* pNotify) { in SetFillerNotify() function in CPWL_ComboBox
622 m_pEdit->SetFillerNotify(pNotify); in SetFillerNotify()
625 m_pList->SetFillerNotify(pNotify); in SetFillerNotify()
DPWL_ComboBox.h69 void SetFillerNotify(IPWL_Filler_Notify* pNotify);
DPWL_ListBox.h100 void SetFillerNotify(IPWL_Filler_Notify* pNotify) { in SetFillerNotify() function
DPWL_Edit.h103 void SetFillerNotify(IPWL_Filler_Notify* pNotify) { in SetFillerNotify() function
/external/pdfium/fpdfsdk/formfiller/
Dcffl_listbox.cpp54 pWnd->SetFillerNotify(m_pFormFillEnv->GetInteractiveFormFiller()); in NewPDFWindow()
Dcffl_textfield.cpp90 pWnd->SetFillerNotify(m_pFormFillEnv->GetInteractiveFormFiller()); in NewPDFWindow()
Dcffl_combobox.cpp60 pWnd->SetFillerNotify(pFormFiller); in NewPDFWindow()