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

  /external/pdfium/xfa/include/fwl/core/
fwl_note.h 13 class CFWL_Note;
126 class CFWL_Note {
136 virtual CFWL_Note* Retain() {
141 wsClass = L"CFWL_Note";
148 virtual CFWL_Note* Clone() { return NULL; }
154 CFWL_Note(FX_BOOL bIsEvent)
160 virtual ~CFWL_Note() {}
169 class CFWL_Message : public CFWL_Note {
171 CFWL_Message() : CFWL_Note(FALSE) {}
178 virtual CFWL_Note* Clone() { return new classname(*this); } \
    [all...]
  /external/pdfium/xfa/src/fwl/src/core/include/
fwl_noteimp.h 48 FX_BOOL SendNote(CFWL_Note* pNote) override;
  /external/pdfium/xfa/src/fwl/src/core/
fwl_noteimp.cpp 112 FX_BOOL CFWL_NoteDriver::SendNote(CFWL_Note* pNote) {
    [all...]

Completed in 33 milliseconds