Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_ComboBox.h113 void AttachFFLData(void* pData) {m_pFormFiller = pData;} in AttachFFLData() function
DPWL_ListBox.h99 void AttachFFLData(void* pData) {m_pFormFiller = pData;} in AttachFFLData() function
DPWL_Edit.h137 void AttachFFLData(void* pData) {m_pFormFiller = pData;} in AttachFFLData() function
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_ComboBox.cpp313 m_pEdit->AttachFFLData(m_pFormFiller); in CreateEdit()
357 m_pList->AttachFFLData(m_pFormFiller); in CreateListBox()
/external/pdfium/fpdfsdk/src/formfiller/
DFFL_ListBox.cpp72 pWnd->AttachFFLData(this); in NewPDFWindow()
DFFL_TextField.cpp107 pWnd->AttachFFLData(this); in NewPDFWindow()
DFFL_ComboBox.cpp77 pWnd->AttachFFLData(this); in NewPDFWindow()