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

/external/pdfium/fpdfsdk/include/pdfwindow/
H A DPWL_ComboBox.h69 void SetFillerNotify(IPWL_Filler_Notify* pNotify);
H A DPWL_ListBox.h105 void SetFillerNotify(IPWL_Filler_Notify* pNotify) { function in class:CPWL_ListBox
H A DPWL_Edit.h109 void SetFillerNotify(IPWL_Filler_Notify* pNotify) { function in class:CPWL_Edit
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_ComboBox.cpp640 void CPWL_ComboBox::SetFillerNotify(IPWL_Filler_Notify* pNotify) { function in class:CPWL_ComboBox
644 m_pEdit->SetFillerNotify(pNotify);
647 m_pList->SetFillerNotify(pNotify);
/external/pdfium/fpdfsdk/src/formfiller/
H A DFFL_ListBox.cpp53 pWnd->SetFillerNotify(pIFormFiller);
H A DFFL_TextField.cpp88 pWnd->SetFillerNotify(pIFormFiller);
H A DFFL_ComboBox.cpp52 pWnd->SetFillerNotify(pFormFiller);

Completed in 473 milliseconds