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

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

Completed in 140 milliseconds