Home
last modified time | relevance | path

Searched defs:SetFillerNotify (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_Edit.h87 void SetFillerNotify(IPWL_Filler_Notify* pNotify) {m_pFillerNotify = pNotify;} in SetFillerNotify() function
DPWL_ListBox.h87 void SetFillerNotify(IPWL_Filler_Notify* pNotify) {m_pFillerNotify = pNotify;} in SetFillerNotify() function
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_ComboBox.cpp652 void CPWL_ComboBox::SetFillerNotify(IPWL_Filler_Notify* pNotify) in SetFillerNotify() function in CPWL_ComboBox