summaryrefslogtreecommitdiffstats
path: root/printing/emf_win_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in printing/.avi2015-12-211-1/+1
* Cleanup code in printing/thestig2015-09-141-7/+8
* Update {virtual,override} to follow C++11 style in printing.nick2015-04-271-2/+2
* Cleanup: Update the path to gfx size headers.tfarina2015-01-031-1/+1
* Cleanup: Update the path to insets and point headers.tfarina2014-12-231-1/+1
* Replacing the OVERRIDE with override and FINAL with final in /src/printinganujk.sharma2014-10-071-2/+2
* Extracted MetafilePlayer interface from printing::MetafilePlayer.vitalybuka2014-09-121-6/+6
* Change base/file_utils.h includes to base/files/file_utils.h in gin, google_a...thestig2014-09-051-1/+1
* Added PrintingContext::Delegate to get parent view handle and application loc...Vitaly Buka2014-08-261-4/+8
* Revert of Added PrintingContext::Delegate to get parent view handle and appli...finnur2014-08-251-8/+4
* Added PrintingContext::Delegate to get parent view handle and application loc...vitalybuka2014-08-231-4/+8
* clang/wip: Fix "taking the address of a temporary" error.thakis@chromium.org2014-07-041-3/+3
* Move GetFileSize, NormalizeFilePath to base namespacebrettw@chromium.org2013-12-041-1/+1
* Move temp file functions to base namespace.brettw@chromium.org2013-12-031-2/+2
* Move ReadFileToString to the base namespace.brettw@chromium.org2013-08-301-1/+1
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Replace FilePath with base::FilePath in some more top level directories.brettw@chromium.org2013-02-101-2/+2
* Move scoped_temp_dir from base to base/filesbrettw@chromium.org2012-11-161-2/+2
* Some printers has issue with metafiles produces from PDF so added switch and ...vitalybuka@chromium.org2012-08-221-0/+25
* Restore DC before EndPage call to state if was just after StartPage. We need ...vitalybuka@chromium.org2012-06-201-2/+2
* Revert 121840 - Make scoped dc objects smartercpu@chromium.org2012-02-141-4/+4
* Make scoped dc objects smartercpu@chromium.org2012-02-141-4/+4
* Cleanup: Remove unneeded namespaces.thestig@chromium.org2011-10-181-15/+14
* * Rename ScopedHDC to ScopedCreateDCyosin@chromium.org2011-10-071-1/+3
* Move scoped_temp_dir and scoped_native_library back from base/memory to base.thakis@chromium.org2011-05-191-1/+1
* Fix print preview clipping issues due to scaling.ctguil@chromium.org2011-04-301-1/+1
* Added a DCHECK to validate the metafile page count while handling alpha blend...kmadhusu@chromium.org2011-04-011-0/+1
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Removing GetData helper from NativeMetafile interface and also renaming it to...dpapad@chromium.org2011-03-241-3/+3
* Cleanup NativeMetafile (win) interface and EMF class.vandebo@chromium.org2011-03-221-50/+51
* Renaming NativeMetafile related methods to more appropriate names.dpapad@chromium.org2011-03-191-3/+3
* Unifying StartPage across all platformsdpapad@chromium.org2011-03-181-1/+3
* Revert 78666 - Cleanup NativeMetafile (win) interface and EMF class.vandebo@chromium.org2011-03-181-51/+50
* Cleanup NativeMetafile (win) interface and EMF class.vandebo@chromium.org2011-03-181-50/+51
* Stop overloading Init() in NativeMetafile.vandebo@chromium.org2011-03-171-3/+3
* Unifying NativeMetafile class interface (as much as possible) for Linux, Mac,...dpapad@chromium.org2011-03-161-9/+9
* Applying factory pattern (through NativeMetafileFactory class). It is used to...dpapad@chromium.org2011-03-021-0/+3
* Revert 76553 - Applying factory pattern (through NativeMetafileFactory class)...jam@chromium.org2011-03-021-3/+0
* Applying factory pattern (through NativeMetafileFactory class). It is used to...dpapad@chromium.org2011-03-021-0/+3
* Reland "Remove base/scoped_handle_win.h."tfarina@chromium.org2011-01-091-2/+1
* Revert "Remove base/scoped_handle_win.h stub and fix up all callers to use th...thakis@chromium.org2011-01-071-1/+2
* Remove base/scoped_handle_win.h stub and fix up all callers to use the new lo...tfarina@chromium.org2011-01-071-2/+1
* Remove 'using' declaration of ScopedHDC from scoped_handle_win.htfarina@chromium.org2010-12-311-2/+4
* On Chrome OS, use the application locale to determine the default paper size ...sanjeevr@chromium.org2010-12-031-1/+1
* Used ScopedTempDir dir for the FileBackedDC unit test.sanjeevr@chromium.org2010-10-081-1/+6
* Printing: Standardize on Metafile::Init, removing Emf::CreateFromData in thejhawkins@chromium.org2010-10-071-3/+3
* Printing: Convert PrintingContext into an interface implemented by the separatejhawkins@chromium.org2010-10-061-7/+9
* Added methods to create and read from file-backed metafiles to the Windows Em...sanjeevr@chromium.org2010-09-291-2/+35
* Added StartPage and EndPage methods to the Emf class because the GDI StartPag...sanjeevr@chromium.org2010-07-121-0/+41
* Make SharedMemory use uint32 instead of size_t. This removes the remaining s...jam@chromium.org2010-02-161-2/+2