HomeSort by relevance Sort by last modified time
    Searched defs:PrintJob (Results 1 - 9 of 9) 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/chromium_org/chrome/browser/printing/
print_job.cc 33 PrintJob::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::message_loop()
    [all...]
print_job.h 30 // 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,
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...]
  /frameworks/base/core/java/android/print/
PrintJob.java 28 public final class PrintJob {
34 PrintJob(PrintJobInfo info, PrintManager printManager) {
192 PrintJob other = (PrintJob) obj;
  /external/clang/lib/Driver/
Compilation.cpp 74 void Compilation::PrintJob(raw_ostream &OS, const Job &J,
101 PrintJob(OS, **it, Terminator, Quote);
291 PrintJob(*OS, C, "\n", /*Quote=*/getDriver().CCPrintOptions);
  /frameworks/base/core/java/android/printservice/
PrintJob.java 34 public final class PrintJob {
36 private static final String LOG_TAG = "PrintJob";
44 PrintJob(PrintJobInfo jobInfo, IPrintServiceClient client) {
266 * {@link PrintService#onRequestCancelPrintJob(PrintJob)}.
361 PrintJob other = (PrintJob) obj;
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 475 milliseconds