Searched refs:PrintJob (Results 1 - 24 of 24) sorted by relevance

/external/chromium/chrome/browser/printing/
H A Dprint_job.cc19 PrintJob::PrintJob() function in class:printing::PrintJob
34 PrintJob::~PrintJob() {
44 void PrintJob::Initialize(PrintJobWorkerOwner* job,
63 Source<PrintJob>(this));
66 void PrintJob::Observe(NotificationType type,
81 void PrintJob::GetSettingsDone(const PrintSettings& new_settings,
86 PrintJobWorker* PrintJob::DetachWorker(PrintJobWorkerOwner* new_owner) {
91 MessageLoop* PrintJob
[all...]
H A Dprint_job_manager.h20 class PrintJob;
55 typedef std::vector<scoped_refptr<PrintJob> > PrintJobs;
59 void OnPrintJobEvent(PrintJob* print_job,
H A Dprint_job.h31 // PrintingContext though PrintJob::Worker. Hides access to PrintingContext in a
32 // worker thread so the caller never blocks. PrintJob will send notifications on
36 class PrintJob : public PrintJobWorkerOwner, class in namespace:printing
40 // Create a empty PrintJob. When initializing with this constructor,
42 PrintJob();
95 virtual ~PrintJob();
140 DISALLOW_COPY_AND_ASSIGN(PrintJob);
167 // not a good moment to release the handle to PrintJob.
171 // PrintJob.
H A Dprint_job_unittest.cc65 class TestPrintJob : public printing::PrintJob {
89 // Test the multi-threaded nature of PrintJob to make sure we can use it with
100 scoped_refptr<printing::PrintJob> job(new TestPrintJob(&check));
113 scoped_refptr<printing::PrintJob> job(new TestPrintJob(&check));
H A Dprint_view_manager.h23 class PrintJob;
117 scoped_refptr<PrintJob> print_job_;
H A Dprint_job_manager.cc49 PrintJob* job = current_jobs[i];
91 OnPrintJobEvent(Source<PrintJob>(source).ptr(),
111 PrintJob* print_job,
H A Dprint_job_worker.h23 class PrintJob;
31 // PrintJob always outlives its worker instance.
58 // Unqueues waiting pages. Called when PrintJob receives a
75 // and DEFAULT_INIT_DONE. These three are sent through PrintJob::InitDone().
H A Dprint_view_manager.cc271 // PrintJob will send a ALL_PAGES_REQUESTED after having received all the
323 print_job_ = new PrintJob();
326 Source<PrintJob>(print_job_.get()));
391 Source<PrintJob>(print_job_.get()));
H A Dprint_job_worker.cc41 // We know that is is a PrintJob object in this circumstance.
42 Source<PrintJob>(static_cast<PrintJob*>(print_job_.get())),
146 // PrintJob will create the new PrintedDocument.
/external/chromium_org/chrome/browser/printing/
H A Dprint_job.cc33 PrintJob::PrintJob() function in class:printing::PrintJob
52 PrintJob::~PrintJob() {
62 void PrintJob::Initialize(PrintJobWorkerOwner* job,
81 content::Source<PrintJob>(this));
84 void PrintJob::Observe(int type,
99 void PrintJob::GetSettingsDone(const PrintSettings& new_settings,
104 PrintJobWorker* PrintJob::DetachWorker(PrintJobWorkerOwner* new_owner) {
109 base::MessageLoop* PrintJob
[all...]
H A Dprint_job_manager.h20 class PrintJob;
56 typedef std::set<scoped_refptr<PrintJob> > PrintJobs;
60 void OnPrintJobEvent(PrintJob* print_job,
H A Dprint_job.h30 // PrintingContext though PrintJob::Worker. Hides access to PrintingContext in a
31 // worker thread so the caller never blocks. PrintJob will send notifications on
35 class PrintJob : public PrintJobWorkerOwner, class in namespace:printing
39 // Create a empty PrintJob. When initializing with this constructor,
41 PrintJob();
71 // handle to the object. Use PrintJob::is_stopped() to check whether the
101 virtual ~PrintJob();
121 void HoldUntilStopIsCalled(const scoped_refptr<PrintJob>& job);
158 base::WeakPtrFactory<PrintJob> quit_factory_;
160 base::WeakPtrFactory<PrintJob> weak_ptr_factory
[all...]
H A Dprint_view_manager_base.h26 class PrintJob;
134 scoped_refptr<PrintJob> print_job_;
H A Dprint_job_unittest.cc66 class TestPrintJob : public printing::PrintJob {
92 // Test the multi-threaded nature of PrintJob to make sure we can use it with
103 scoped_refptr<printing::PrintJob> job(new TestPrintJob(&check));
124 scoped_refptr<printing::PrintJob> job(new TestPrintJob(&check));
H A Dprint_job_manager.cc79 OnPrintJobEvent(content::Source<PrintJob>(source).ptr(),
91 PrintJob* print_job,
H A Dprint_job_worker.h26 class PrintJob;
34 // PrintJob always outlives its worker instance.
65 // Dequeues waiting pages. Called when PrintJob receives a
82 // and DEFAULT_INIT_DONE. These three are sent through PrintJob::InitDone().
H A Dprint_view_manager_base.cc327 // PrintJob will send a ALL_PAGES_REQUESTED after having received all the
373 print_job_ = new PrintJob();
376 content::Source<PrintJob>(print_job_.get()));
435 content::Source<PrintJob>(print_job_.get()));
H A Dprint_job_worker.cc46 // We know that is is a PrintJob object in this circumstance.
47 content::Source<PrintJob>(static_cast<PrintJob*>(print_job)),
164 // PrintJob will create the new PrintedDocument.
/external/clang/lib/Frontend/
H A DCreateInvocationFromCommandLine.cpp59 C->PrintJob(llvm::errs(), C->getJobs(), "\n", true);
69 C->PrintJob(OS, C->getJobs(), "; ", true);
/external/clang/examples/clang-interpreter/
H A Dmain.cpp98 C->PrintJob(OS, C->getJobs(), "; ", true);
121 C->PrintJob(llvm::errs(), C->getJobs(), "\n", true);
/external/clang/lib/Driver/
H A DCompilation.cpp74 void Compilation::PrintJob(raw_ostream &OS, const Job &J, function in class:Compilation
101 PrintJob(OS, **it, Terminator, Quote);
291 PrintJob(*OS, C, "\n", /*Quote=*/getDriver().CCPrintOptions);
H A DDriver.cpp569 C.PrintJob(llvm::errs(), C.getJobs(), "\n", true);
/external/clang/include/clang/Driver/
H A DCompilation.h158 /// PrintJob - Print one job in -### format.
164 void PrintJob(raw_ostream &OS, const Job &J,
/external/clang/lib/Tooling/
H A DTooling.cpp70 Compilation->PrintJob(error_stream, Compilation->getJobs(), "; ", true);
195 Compilation->PrintJob(llvm::errs(), Compilation->getJobs(), "\n", true);

Completed in 525 milliseconds