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

/external/pdfium/fpdfsdk/include/pdfwindow/
H A DPWL_ComboBox.h73 void SetFillerNotify(IPWL_Filler_Notify* pNotify);
H A DPWL_ListBox.h87 void SetFillerNotify(IPWL_Filler_Notify* pNotify) {m_pFillerNotify = pNotify;} function in class:CPWL_ListBox
H A DPWL_Edit.h87 void SetFillerNotify(IPWL_Filler_Notify* pNotify) {m_pFillerNotify = pNotify;} function in class:CPWL_Edit
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_ComboBox.cpp652 void CPWL_ComboBox::SetFillerNotify(IPWL_Filler_Notify* pNotify) function in class:CPWL_ComboBox
657 m_pEdit->SetFillerNotify(pNotify);
660 m_pList->SetFillerNotify(pNotify);
/external/pdfium/fpdfsdk/src/formfiller/
H A DFFL_ListBox.cpp77 pWnd->SetFillerNotify(pIFormFiller);
H A DFFL_ComboBox.cpp82 pWnd->SetFillerNotify(pFormFiller);
H A DFFL_TextField.cpp143 pWnd->SetFillerNotify(pIFormFiller);

Completed in 106 milliseconds