Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pdfwindow/
DPWL_ComboBox.h85 void AttachFFLData(CFFL_FormFiller* pData) { m_pFormFiller = pData; } in AttachFFLData() function
DPWL_ListBox.h104 void AttachFFLData(CFFL_FormFiller* pData) { m_pFormFiller = pData; } in AttachFFLData() function
DPWL_Edit.h108 void AttachFFLData(CFFL_FormFiller* pData) { m_pFormFiller = pData; } in AttachFFLData() function
DPWL_ComboBox.cpp267 m_pEdit->AttachFFLData(m_pFormFiller); in CreateEdit()
308 m_pList->AttachFFLData(m_pFormFiller); in CreateListBox()
/external/pdfium/fpdfsdk/formfiller/
Dcffl_listbox.cpp52 pWnd->AttachFFLData(this); in NewPDFWindow()
Dcffl_textfield.cpp88 pWnd->AttachFFLData(this); in NewPDFWindow()
Dcffl_combobox.cpp55 pWnd->AttachFFLData(this); in NewPDFWindow()