Home
last modified time | relevance | path

Searched refs:IPopup_Note (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_Note.h29 class IPopup_Note; variable
299 CPWL_Note(IPopup_Note* pPopupNote, IPWL_NoteNotify* pNoteNotify, IPWL_NoteHandler* pNoteHandler);
326 IPopup_Note* GetPopupNote() const {return m_pPopupNote;} in GetPopupNote()
356 IPopup_Note* m_pPopupNote;
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Note.cpp1203 CPWL_Note::CPWL_Note(IPopup_Note* pPopupNote, IPWL_NoteNotify* pNoteNotify, IPWL_NoteHandler* pNote… in CPWL_Note()