Home | History | Annotate | Download | only in printing

Lines Matching refs:printing

12 #include "chrome/browser/printing/print_job_worker_owner.h"
19 namespace printing {
33 // any state change. While printing, the PrintJobManager instance keeps a
65 // Starts the actual printing. Signals the worker that it should begin to
75 // Cancels printing job and stops the worker thread. Takes effect immediately.
133 // Is the worker thread printing.
157 // A new document started printing.
160 // A new page started printing.
163 // A page is done printing.
166 // A document is done printing. The worker thread is still alive. Warning:
177 // An error occured. Printing is canceled.
202 } // namespace printing