Searched defs:PrintJob (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/printing/
H A Dprint_job.h35 // worker thread so the caller never blocks. PrintJob will send notifications on
39 class PrintJob : public PrintJobWorkerOwner, class in namespace:printing
42 // Create a empty PrintJob. When initializing with this constructor,
44 PrintJob();
70 // handle to the object. Use PrintJob::is_stopped() to check whether the
101 virtual ~PrintJob();
160 base::WeakPtrFactory<PrintJob> quit_factory_;
162 DISALLOW_COPY_AND_ASSIGN(PrintJob);
189 // not a good moment to release the handle to PrintJob.
193 // PrintJob
[all...]
H A Dprint_job.cc39 PrintJob::PrintJob() function in class:printing::PrintJob
53 PrintJob::~PrintJob() {
61 void PrintJob::Initialize(PrintJobWorkerOwner* job,
83 content::Source<PrintJob>(this));
86 void PrintJob::Observe(int type,
101 void PrintJob::GetSettingsDone(const PrintSettings& new_settings,
106 PrintJobWorker* PrintJob::DetachWorker(PrintJobWorkerOwner* new_owner) {
111 const PrintSettings& PrintJob
[all...]
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 261 milliseconds