HomeSort by relevance Sort by last modified time
    Searched refs:CPWL_Note (Results 1 - 2 of 2) sorted by null

  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Note.cpp 847 const CPWL_Note* pNote = GetNote();
1147 const CPWL_Note* CPWL_NoteItem::GetNote() const
1155 return (CPWL_Note*)pNoteItem;
1164 if (const CPWL_Note* pNote = GetNote())
1202 /* ---------------------------------- CPWL_Note ---------------------------------- */
1204 CPWL_Note::CPWL_Note(IPopup_Note* pPopupNote, IPWL_NoteNotify* pNoteNotify, IPWL_NoteHandler* pNoteHandler) :
1221 CPWL_Note::~CPWL_Note()
1225 IPWL_NoteItem* CPWL_Note::Reply()
    [all...]
  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_Note.h 14 class CPWL_Note;
271 virtual const CPWL_Note* GetNote() const;
289 class PWL_CLASS CPWL_Note : public CPWL_NoteItem
292 CPWL_Note(IPopup_Note* pPopupNote, IPWL_NoteNotify* pNoteNotify, IPWL_NoteHandler* pNoteHandler);
293 virtual ~CPWL_Note();
302 virtual const CPWL_Note* GetNote() const;

Completed in 283 milliseconds