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

/external/pdfium/fpdfsdk/include/pdfwindow/
H A DPWL_ComboBox.h109 void AttachFFLData(void* pData) {m_pFormFiller = pData;} function in class:CPWL_ComboBox
H A DPWL_ListBox.h96 void AttachFFLData(void* pData) {m_pFormFiller = pData;} function in class:CPWL_ListBox
H A DPWL_Edit.h132 void AttachFFLData(void* pData) {m_pFormFiller = pData;} function in class:CPWL_Edit
/external/pdfium/fpdfsdk/src/formfiller/
H A DFFL_ListBox.cpp72 pWnd->AttachFFLData(this);
H A DFFL_ComboBox.cpp77 pWnd->AttachFFLData(this);
H A DFFL_TextField.cpp136 pWnd->AttachFFLData(this);
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_ComboBox.cpp313 m_pEdit->AttachFFLData(m_pFormFiller);
357 m_pList->AttachFFLData(m_pFormFiller);

Completed in 131 milliseconds