Home
last modified time | relevance | path

Searched refs:MetafilePlayer (Results 1 – 21 of 21) sorted by relevance

/external/chromium_org/printing/
Dmetafile.cc14 MetafilePlayer::MetafilePlayer() { in MetafilePlayer() function in printing::MetafilePlayer
17 MetafilePlayer::~MetafilePlayer() { in ~MetafilePlayer()
Dprinted_page_unittest.cc16 scoped_ptr<MetafilePlayer>(), in TEST()
27 scoped_ptr<MetafilePlayer>(), in TEST()
38 scoped_ptr<MetafilePlayer>(), in TEST()
49 scoped_ptr<MetafilePlayer>(), in TEST()
63 scoped_ptr<MetafilePlayer>(), in TEST()
Dmetafile.h37 class PRINTING_EXPORT MetafilePlayer {
69 MetafilePlayer();
70 virtual ~MetafilePlayer();
94 DISALLOW_COPY_AND_ASSIGN(MetafilePlayer);
99 class PRINTING_EXPORT Metafile : public MetafilePlayer {
Dprinted_page.h26 scoped_ptr<MetafilePlayer> metafile,
32 const MetafilePlayer* metafile() const;
56 const scoped_ptr<MetafilePlayer> metafile_;
Dprint_dialog_gtk_interface.h14 class MetafilePlayer; variable
39 virtual void PrintDocument(const MetafilePlayer& metafile,
Dprinted_page.cc10 scoped_ptr<MetafilePlayer> metafile, in PrintedPage()
25 const MetafilePlayer* PrintedPage::metafile() const { in metafile()
Dprinting_context_linux.h18 class MetafilePlayer; variable
37 void PrintDocument(const MetafilePlayer& metafile);
Dprinted_document.h25 class MetafilePlayer; variable
49 scoped_ptr<MetafilePlayer> metafile,
Dprinted_document_mac.cc32 const MetafilePlayer* metafile = page.metafile(); in RenderPrintedPage()
Dprinting_context_linux.cc62 void PrintingContextLinux::PrintDocument(const MetafilePlayer& metafile) { in PrintDocument()
Dprinted_document.cc114 scoped_ptr<MetafilePlayer> metafile, in SetPage()
/external/chromium_org/chrome/browser/printing/
Dpdf_to_emf_converter.h18 class MetafilePlayer; variable
26 scoped_ptr<MetafilePlayer> emf)> GetPageCallback;
Dprint_job.h25 class MetafilePlayer; variable
127 scoped_ptr<MetafilePlayer> emf);
Dprint_view_manager_base.h26 class MetafilePlayer; variable
Dpdf_to_emf_converter.cc58 class LazyEmf : public MetafilePlayer {
393 scoped_ptr<MetafilePlayer> emf; in OnPageDone()
Dprint_view_manager_base.cc161 metafile.PassAs<MetafilePlayer>(), in OnDidPrintPage()
Dprint_job.cc298 scoped_ptr<MetafilePlayer> emf) { in OnPdfToEmfPageConverted()
/external/chromium_org/chrome/browser/ui/libgtk2ui/
Dprint_dialog_gtk2.h22 class MetafilePlayer; variable
46 virtual void PrintDocument(const printing::MetafilePlayer& metafile,
Dprint_dialog_gtk2.cc364 void PrintDialogGtk2::PrintDocument(const printing::MetafilePlayer& metafile, in PrintDocument()
/external/chromium_org/chrome/service/
Dservice_utility_process_host.h29 class MetafilePlayer; variable
53 const printing::MetafilePlayer& emf) {} in OnRenderPDFPagesToMetafilePageDone()
/external/chromium_org/chrome/service/cloud_print/
Dprint_system_win.cc336 const printing::MetafilePlayer& emf) OVERRIDE { in OnRenderPDFPagesToMetafilePageDone()