HomeSort by relevance Sort by last modified time
    Searched defs:SetFillerNotify (Results 1 - 3 of 3) sorted by null

  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_Edit.h 109 void SetFillerNotify(IPWL_Filler_Notify* pNotify) {
PWL_ListBox.h 105 void SetFillerNotify(IPWL_Filler_Notify* pNotify) {
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_ComboBox.cpp 640 void CPWL_ComboBox::SetFillerNotify(IPWL_Filler_Notify* pNotify) {
644 m_pEdit->SetFillerNotify(pNotify);
647 m_pList->SetFillerNotify(pNotify);

Completed in 157 milliseconds