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

  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_Note.h 17 class CPWL_Note;
275 virtual const CPWL_Note* GetNote() const;
293 class CPWL_Note : public CPWL_NoteItem {
295 CPWL_Note(IPopup_Note* pPopupNote,
298 ~CPWL_Note() override;
317 const CPWL_Note* GetNote() const override;
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Note.cpp 727 const CPWL_Note* pNote = GetNote();
977 const CPWL_Note* CPWL_NoteItem::GetNote() const {
982 return (CPWL_Note*)pNoteItem;
990 if (const CPWL_Note* pNote = GetNote())
1021 CPWL_Note::CPWL_Note(IPopup_Note* pPopupNote,
1035 CPWL_Note::~CPWL_Note() {}
1037 IPWL_NoteItem* CPWL_Note::Reply() {
1041 void CPWL_Note::EnableNotify(FX_BOOL bEnabled)
    [all...]

Completed in 1374 milliseconds