HomeSort by relevance Sort by last modified time
    Searched defs:PrintJob (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/printing/
print_job.cc 19 PrintJob::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::message_loop()
    [all...]
print_job.h 31 // 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,
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.
  /external/clang/lib/Driver/
Compilation.cpp 73 void Compilation::PrintJob(raw_ostream &OS, const Job &J,
100 PrintJob(OS, **it, Terminator, Quote);
171 PrintJob(*OS, C, "\n", /*Quote=*/getDriver().CCPrintOptions);

Completed in 46 milliseconds