summaryrefslogtreecommitdiffstats
path: root/printing/printing_context_mac.h
Commit message (Expand)AuthorAgeFilesLines
* Virtual destructors should have virtual keyword.hans@chromium.org2011-05-251-1/+1
* PrintPreview: Modified code to set the printer using the unique printer id.kmadhusu@chromium.org2011-05-041-1/+1
* PrintPreview: [LINUX] Set color and duplex setting values in print job ticket.kmadhusu@chromium.org2011-04-261-0/+1
* PrintPreview: [MAC] Set duplex binding settings in print ticket.kmadhusu@chromium.org2011-04-201-1/+1
* PrintPreview: [MAC] Set the color setting in print ticket.kmadhusu@chromium.org2011-04-121-0/+4
* PrintPreview: [MAC] Set the duplex setting in print ticket.kmadhusu@chromium.org2011-04-071-0/+4
* PrintPreview: [MAC] Set the specified orientation in the print ticket.kmadhusu@chromium.org2011-04-051-0/+4
* PrintPreview: Set number of copies and collate in print ticket.kmadhusu@chromium.org2011-04-051-0/+8
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* PrintPreview: Added a helper function 'SetPrinter' in printing/printing_conte...kmadhusu@chromium.org2011-03-231-0/+4
* Printing: Use const reference instead of a const pointer.thestig@chromium.org2011-03-221-1/+1
* PrintPreview: [MAC] Set the selected printer for the current print job.kmadhusu@chromium.org2011-03-211-1/+5
* Cleanup: Modify 'NSPrintInfo' raw pointer to a scoped_nsobject.kmadhusu@chromium.org2011-03-151-1/+2
* (1) Hook up the print button to send the pages to the default printer for pri...kmadhusu@chromium.org2011-03-051-1/+2
* Printing: Delete dead code in PrintJob and cleanup corresponding code in Prin...thestig@chromium.org2011-02-141-1/+0
* On Chrome OS, use the application locale to determine the default paper size ...sanjeevr@chromium.org2010-12-031-1/+3
* Printing: Convert PrintingContext into an interface implemented by the separatejhawkins@chromium.org2010-10-061-0/+55