Home | History | Annotate | Download | only in printing

Lines Matching refs:job

56   // Terminates or cancels the print job if one was pending.
59 // Cancels the print job.
69 // Requests the RenderView to render all the missing pages for the print job.
70 // Noop if no print job is pending. Returns true if at least one page has been
81 // Creates a new empty print job. It has no settings loaded. If there is
82 // currently a print job, safely disconnect from it. Returns false if it is
83 // impossible to safely disconnect from the current print job or it is
84 // impossible to create a new print job.
85 bool CreateNewPrintJob(PrintJobWorkerOwner* job);
94 // Terminates the print job. Noop if no print job has been created. If
95 // |cancel| is true, cancel it instead of waiting for the job to finish. Will
100 // no print job has been created.
105 // where the RenderView is about to be destroyed while a printing job isn't
119 // Number of pages to print in the print job.
127 // Indication of success of the print job.