HomeSort by relevance Sort by last modified time
    Searched refs:job (Results 176 - 200 of 383) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/chrome/browser/printing/
print_job.cc 54 // The job should be finished (or at least canceled) when it is destroyed.
61 void PrintJob::Initialize(PrintJobWorkerOwner* job,
70 worker_.reset(job->DetachWorker(this));
71 settings_ = job->settings();
76 job->cookie(),
152 // In case we're running a nested message loop to wait for a job to finish,
405 // canceling the job, the printer driver initiated dialog box is destroyed,
print_job.h 37 // reference to the job to be sure it is kept alive. All the code in this class
46 // Grabs the ownership of the PrintJobWorker from another job, which is
47 // usually a PrinterQuery. Set the expected page count of the print job.
48 void Initialize(PrintJobWorkerOwner* job, PrintedPagesSource* source,
74 // Cancels printing job and stops the worker thread. Takes effect immediately.
77 // Synchronously wait for the job to finish. It is mainly useful when the
86 // Returns true if the print job is pending, i.e. between a StartPrinting()
138 // worker thread per print job.