/external/chromium_org/printing/ |
D | metafile_skia_wrapper.h | 15 class Metafile; variable 23 static void SetMetafileOnCanvas(const SkCanvas& canvas, Metafile* metafile); 25 static Metafile* GetMetafileFromCanvas(const SkCanvas& canvas); 32 explicit MetafileSkiaWrapper(Metafile* metafile); 34 Metafile* metafile_;
|
D | printed_page.h | 26 Metafile* metafile, 33 const Metafile* metafile() const; 52 const scoped_ptr<Metafile> metafile_;
|
D | metafile_skia_wrapper.cc | 23 Metafile* metafile) { in SetMetafileOnCanvas() 33 Metafile* MetafileSkiaWrapper::GetMetafileFromCanvas(const SkCanvas& canvas) { in GetMetafileFromCanvas() 61 MetafileSkiaWrapper::MetafileSkiaWrapper(Metafile* metafile) in MetafileSkiaWrapper()
|
D | image.h | 22 class Metafile; variable 35 explicit Image(const Metafile& metafile); 80 bool LoadMetafile(const Metafile& metafile);
|
D | print_dialog_gtk_interface.h | 14 class Metafile; variable 39 virtual void PrintDocument(const Metafile* metafile,
|
D | printed_document_mac.cc | 32 const Metafile* metafile = page.metafile(); in RenderPrintedPage() 35 struct Metafile::MacRenderPageParams params; in RenderPrintedPage()
|
D | image_mac.cc | 15 bool Image::LoadMetafile(const Metafile& metafile) { in LoadMetafile() 40 struct Metafile::MacRenderPageParams params; in LoadMetafile()
|
D | printed_page.cc | 10 Metafile* metafile, in PrintedPage() 24 const Metafile* PrintedPage::metafile() const { in metafile()
|
D | printing_context_gtk.h | 18 class Metafile; variable 32 void PrintDocument(const Metafile* metafile);
|
D | metafile.h | 42 class PRINTING_EXPORT Metafile { 75 virtual ~Metafile() {} in ~Metafile()
|
D | printed_document.h | 23 class Metafile; variable 45 void SetPage(int page_number, Metafile* metafile, double shrink,
|
D | image_linux.cc | 9 bool Image::LoadMetafile(const Metafile& metafile) { in LoadMetafile()
|
D | image_android.cc | 9 bool Image::LoadMetafile(const Metafile& metafile) { in LoadMetafile()
|
D | image_win.cc | 52 bool Image::LoadMetafile(const Metafile& metafile) { in LoadMetafile()
|
D | pdf_metafile_cg_mac.h | 29 class PRINTING_EXPORT PdfMetafileCg : public Metafile {
|
D | pdf_metafile_skia.h | 23 class PRINTING_EXPORT PdfMetafileSkia : public Metafile {
|
/external/chromium/chrome/browser/printing/ |
D | print_dialog_gtk.h | 25 class Metafile; variable 46 virtual void PrintDocument(const printing::Metafile* metafile, 62 void SaveDocumentToDisk(const printing::Metafile* metafile,
|
D | print_dialog_gtk.cc | 220 void PrintDialogGtk::PrintDocument(const printing::Metafile* metafile, in PrintDocument() 307 void PrintDialogGtk::SaveDocumentToDisk(const printing::Metafile* metafile, in SaveDocumentToDisk()
|
/external/chromium_org/android_webview/renderer/ |
D | print_web_view_helper.h | 242 Metafile* metafile); 259 Metafile* metafile, 268 Metafile* metafile, 286 bool CopyMetafileDataToSharedMem(Metafile* metafile, 344 bool PreviewPageRendered(int page_number, Metafile* metafile);
|
D | print_web_view_helper_linux.cc | 37 scoped_ptr<Metafile> draft_metafile; in RenderPreviewPage() 38 Metafile* initial_render_metafile = print_preview_context_.metafile(); in RenderPreviewPage() 157 Metafile* metafile) { in PrintPageInternal()
|
/external/chromium_org/chrome/renderer/printing/ |
D | print_web_view_helper.h | 240 Metafile* metafile); 257 Metafile* metafile, 266 Metafile* metafile, 284 bool CopyMetafileDataToSharedMem(Metafile* metafile, 342 bool PreviewPageRendered(int page_number, Metafile* metafile);
|
D | print_web_view_helper_win.cc | 97 scoped_ptr<Metafile> draft_metafile; in RenderPreviewPage() 98 Metafile* initial_render_metafile = print_preview_context_.metafile(); in RenderPreviewPage() 124 bool is_preview, Metafile* metafile, double* actual_shrink, in RenderPage() 221 Metafile* metafile, base::SharedMemoryHandle* shared_mem_handle) { in CopyMetafileDataToSharedMem()
|
D | print_web_view_helper_linux.cc | 35 scoped_ptr<Metafile> draft_metafile; in RenderPreviewPage() 36 Metafile* initial_render_metafile = print_preview_context_.metafile(); in RenderPreviewPage() 155 Metafile* metafile) { in PrintPageInternal()
|
D | print_web_view_helper_mac.mm | 61 scoped_ptr<Metafile> draft_metafile; 62 Metafile* initial_render_metafile = print_preview_context_.metafile(); 100 bool is_preview, Metafile* metafile, gfx::Size* page_size,
|
/external/chromium_org/chrome/browser/printing/ |
D | print_dialog_gtk.h | 21 class Metafile; variable 44 virtual void PrintDocument(const printing::Metafile* metafile,
|