Home
last modified time | relevance | path

Searched refs:setComments (Results 1 – 4 of 4) sorted by relevance

/third_party/cups-filters/filter/pdftopdf/
Dqpdf_pdftopdf_processor.h56 virtual void setComments(const std::vector<std::string> &comments);
Dpdftopdf_processor.h154 virtual void setComments(const std::vector<std::string> &comments) =0;
Dpdftopdf_jcl.cc200 proc.setComments(output); in emitComment()
Dqpdf_pdftopdf_processor.cc691 void QPDF_PDFTOPDF_Processor::setComments(const std::vector<std::string> &comments) // {{{ in setComments() function in QPDF_PDFTOPDF_Processor