Home
last modified time | relevance | path

Searched refs:SetQueueMaxSize (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/xfa/src/fwl/src/core/include/
Dfwl_noteimp.h56 FWL_ERR SetQueueMaxSize(const int32_t size) override;
/external/pdfium/xfa/include/fwl/core/
Dfwl_note.h339 virtual FWL_ERR SetQueueMaxSize(const int32_t size) = 0;
/external/pdfium/xfa/src/fwl/src/core/
Dfwl_noteimp.cpp199 FWL_ERR CFWL_NoteDriver::SetQueueMaxSize(const int32_t size) { in SetQueueMaxSize() function in CFWL_NoteDriver