Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pwl/
Dcpwl_combo_box.h82 void AttachFFLData(CFFL_FormFiller* pData) { m_pFormFiller = pData; } in AttachFFLData() function
Dcpwl_list_box.h95 void AttachFFLData(CFFL_FormFiller* pData) { m_pFormFiller = pData; } in AttachFFLData() function
Dcpwl_edit.h95 void AttachFFLData(CFFL_FormFiller* pData) { m_pFormFiller = pData; } in AttachFFLData() function
Dcpwl_combo_box.cpp258 m_pEdit->AttachFFLData(m_pFormFiller.Get()); in CreateEdit()
300 m_pList->AttachFFLData(m_pFormFiller.Get()); in CreateListBox()
/external/pdfium/fpdfsdk/formfiller/
Dcffl_listbox.cpp42 pWnd->AttachFFLData(this); in NewPDFWindow()
Dcffl_textfield.cpp72 pWnd->AttachFFLData(this); in NewPDFWindow()
Dcffl_combobox.cpp47 pWnd->AttachFFLData(this); in NewPDFWindow()