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

  /external/pdfium/xfa/include/fwl/core/
fwl_note.h 44 class IFWL_NoteLoop;
341 virtual FWL_ERR PushNoteLoop(IFWL_NoteLoop* pNoteLoop) = 0;
342 virtual IFWL_NoteLoop* PopNoteLoop() = 0;
349 class IFWL_NoteLoop {
351 virtual ~IFWL_NoteLoop() {}
  /external/pdfium/xfa/src/fwl/src/core/include/
fwl_noteimp.h 21 class CFWL_NoteLoop : public IFWL_NoteLoop {
25 // IFWL_NoteLoop:
58 FWL_ERR PushNoteLoop(IFWL_NoteLoop* pNoteLoop) override;
59 IFWL_NoteLoop* PopNoteLoop() override;
  /external/pdfium/xfa/src/fwl/src/core/
fwl_noteimp.cpp 206 FWL_ERR CFWL_NoteDriver::PushNoteLoop(IFWL_NoteLoop* pNoteLoop) {
210 IFWL_NoteLoop* CFWL_NoteDriver::PopNoteLoop() {
214 IFWL_NoteLoop* p =
215 static_cast<IFWL_NoteLoop*>(m_noteLoopQueue.GetAt(pos - 1));
    [all...]

Completed in 36 milliseconds