Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pwl/
Dcpwl_list_box.h95 void AttachFFLData(CFFL_FormFiller* pData) { m_pFormFiller = pData; } in AttachFFLData() function
Dcpwl_combo_box.h88 void AttachFFLData(CFFL_FormFiller* pData) { m_pFormFiller = pData; } in AttachFFLData() function
Dcpwl_edit.h97 void AttachFFLData(CFFL_FormFiller* pData) { m_pFormFiller = pData; } in AttachFFLData() function
Dcpwl_combo_box.cpp296 m_pEdit->AttachFFLData(m_pFormFiller.Get()); in CreateEdit()
343 m_pList->AttachFFLData(m_pFormFiller.Get()); in CreateListBox()
/external/pdfium/fpdfsdk/formfiller/
Dcffl_listbox.cpp46 pWnd->AttachFFLData(this); in NewPWLWindow()
Dcffl_textfield.cpp88 pWnd->AttachFFLData(this); in NewPWLWindow()
Dcffl_combobox.cpp48 pWnd->AttachFFLData(this); in NewPWLWindow()