HomeSort by relevance Sort by last modified time
    Searched refs:print_job_ (Results 1 - 5 of 5) sorted by null

  /external/chromium/chrome/browser/printing/
print_view_manager.cc 72 if (!print_job_.get())
75 scoped_refptr<PrintedDocument> document(print_job_->document());
109 PrintedDocument* document = print_job_->document();
122 PrintedDocument* document = print_job_->document();
232 // print_job_->is_job_pending() may still be true, depending on the order
246 if (!print_job_.get() || !print_job_->is_job_pending()) {
260 if (print_job_->document() && print_job_->document()->IsComplete()) {
268 // pages in an hurry if a print_job_ is still pending. No need to wait for i
    [all...]
print_view_manager.h 87 // Makes sure the current print_job_ has all its data before continuing, and
99 // Releases print_job_. Correctly deregisters from notifications. Noop if
110 // control flow, print_job_ is initialized whenever possible. No-op is
111 // print_job_ is initialized.
117 scoped_refptr<PrintJob> print_job_; member in class:printing::PrintViewManager
122 // Waiting for print_job_ initialization to be completed to start printing.
print_job_worker.cc 20 NotificationTask() : print_job_(NULL), details_(NULL) {
31 DCHECK(!print_job_);
33 print_job_ = print_job;
42 Source<PrintJob>(static_cast<PrintJob*>(print_job_.get())),
47 scoped_refptr<PrintJobWorkerOwner> print_job_; member in class:printing::PrintJobWorker::NotificationTask
  /external/chromium_org/chrome/browser/printing/
print_view_manager_base.cc 99 if (!print_job_.get())
102 scoped_refptr<PrintedDocument> document(print_job_->document());
135 PrintedDocument* document = print_job_->document();
287 // print_job_->is_job_pending() may still be true, depending on the order
306 if (!print_job_.get() || !print_job_->is_job_pending())
317 if (print_job_->document() && print_job_->document()->IsComplete()) {
324 // pages in an hurry if a print_job_ is still pending. No need to wait for it
329 // print_job_->document()->IsComplete() is true on either ALL_PAGES_REQUESTE
    [all...]
print_view_manager_base.h 101 // Makes sure the current print_job_ has all its data before continuing, and
113 // Releases print_job_. Correctly deregisters from notifications. No-op if
124 // control flow, print_job_ is initialized whenever possible. No-op is
125 // print_job_ is initialized.
134 scoped_refptr<PrintJob> print_job_; member in class:printing::PrintViewManagerBase

Completed in 212 milliseconds