HomeSort by relevance Sort by last modified time
    Searched full:metafile (Results 1 - 10 of 10) sorted by null

  /external/chromium/chrome/browser/printing/
print_dialog_gtk.h 25 class Metafile;
46 virtual void PrintDocument(const printing::Metafile* metafile,
61 // Saves data in |metafile| to disk for document named |document_name|.
62 void SaveDocumentToDisk(const printing::Metafile* metafile,
print_dialog_gtk.cc 23 #include "printing/metafile.h"
220 void PrintDialogGtk::PrintDocument(const printing::Metafile* metafile,
235 metafile,
307 void PrintDialogGtk::SaveDocumentToDisk(const printing::Metafile* metafile,
317 if (!error && !metafile->SaveTo(path_to_pdf_)) {
318 LOG(ERROR) << "Saving metafile failed";
print_view_manager.cc 22 #include "printing/metafile.h"
157 scoped_ptr<Metafile> metafile(new NativeMetafile);
159 if (!metafile->InitFromData(shared_buf.memory(), params.data_size)) {
160 NOTREACHED() << "Invalid metafile header";
168 metafile.release(),
366 // We don't need the metafile data anymore because the printing is canceled.
  /external/chromium/chrome/browser/ui/webui/
print_preview_handler.cc 27 #include "printing/metafile.h"
192 // Takes ownership of |metafile|.
193 PrintToPdfTask(printing::Metafile* metafile, const FilePath& path)
194 : metafile_(metafile), path_(path) {
205 // The metafile holding the PDF data.
206 scoped_ptr<printing::Metafile> metafile_;
366 printing::PreviewMetafile* metafile = new printing::PreviewMetafile; local
367 metafile->InitFromData(data.first->memory(), data.second);
372 PrintToPdfTask* task = new PrintToPdfTask(metafile, path)
    [all...]
  /external/chromium/chrome/common/
print_messages.h 74 // A shared memory handle to metafile data.
77 // Size of metafile data.
93 // Size of the metafile data.
utility_messages.h 79 // Tell the utility process to render the given PDF into a metafile.
82 FilePath, // Location for output metafile
  /external/webkit/Source/WebCore/platform/graphics/win/
FontCacheWin.cpp 229 // To find out what font Uniscribe would use, we make it draw into a metafile and intercept
244 HENHMETAFILE metaFile = CloseEnhMetaFile(metaFileDc);
248 EnumEnhMetaFile(0, metaFile, metaFileEnumProc, &logFont, NULL);
252 DeleteEnhMetaFile(metaFile);
  /external/mesa3d/docs/OLD/
MESA_trace.spec 86 text file, binary metafile, compilable source code, much less which
  /external/webkit/Source/WebCore/plugins/win/
PluginViewWin.cpp 573 // Must flush drawings up to this point to the backing metafile, otherwise the
  /external/webkit/Source/WebKit/win/
WebFrame.cpp     [all...]

Completed in 437 milliseconds