Searched defs:pdf_file (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/utility/
H A Dchrome_content_utility_client.cc291 base::PlatformFile pdf_file,
299 succeeded = RenderPDFToWinMetafile(pdf_file,
367 base::PlatformFile pdf_file,
377 base::win::ScopedHandle file(pdf_file);
416 if (!ReadFile(pdf_file, &buffer.front(), length, &bytes_read, NULL) ||
290 OnRenderPDFPagesToMetafile( base::PlatformFile pdf_file, const base::FilePath& metafile_path, const printing::PdfRenderSettings& pdf_render_settings, const std::vector<printing::PageRange>& page_ranges) argument
366 RenderPDFToWinMetafile( base::PlatformFile pdf_file, const base::FilePath& metafile_path, const gfx::Rect& render_area, int render_dpi, bool autorotate, const std::vector<printing::PageRange>& page_ranges, int* highest_rendered_page_number, double* scale_factor) argument

Completed in 820 milliseconds