Searched refs:pdf_path (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/tools/
H A Dbisect-builds.py112 pdf_path = None):
128 self.pdf_path = pdf_path
565 if ((context.is_official or context.flash_path or context.pdf_path) and
576 if context.pdf_path:
577 shutil.copy(context.pdf_path,
1025 parser.add_option('-d', '--pdf_path',
1103 opts.flash_path, opts.pdf_path)
1118 if opts.pdf_path:
1119 msg = 'Could not find PDF binary at %s' % opts.pdf_path
[all...]
/external/chromium_org/chrome/service/
H A Dservice_utility_process_host.h94 const base::FilePath& pdf_path,
H A Dservice_utility_process_host.cc170 const base::FilePath& pdf_path,
174 base::File pdf_file(pdf_path, base::File::FLAG_OPEN | base::File::FLAG_READ);
169 StartRenderPDFPagesToMetafile( const base::FilePath& pdf_path, const printing::PdfRenderSettings& render_settings) argument
/external/chromium_org/chrome/browser/extensions/
H A Dcomponent_loader.cc614 base::FilePath pdf_path; local
618 PathService::Get(chrome::FILE_PDF_PLUGIN, &pdf_path) &&
619 plugin_service->GetRegisteredPpapiPluginInfo(pdf_path)) {
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_form.cpp1411 CFDF_Document* CPDF_InterForm::ExportToFDF(FX_WSTR pdf_path, FX_BOOL bSimpleFileSpec) const argument
1419 return ExportToFDF(pdf_path, fields, TRUE, bSimpleFileSpec);
1422 CFDF_Document* CPDF_InterForm::ExportToFDF(FX_WSTR pdf_path, CFX_PtrArray& fields, FX_BOOL bIncludeOrExclude, FX_BOOL bSimpleFileSpec) const argument
1429 if (!pdf_path.IsEmpty()) {
1431 CFX_WideString wsFilePath = FILESPEC_EncodeFileName(pdf_path);
1436 filespec.SetFileName(pdf_path);
/external/chromium_org/chrome/service/cloud_print/
H A Dprint_system_win.cc427 void RenderPDFPagesInSandbox(const base::FilePath& pdf_path, argument
442 pdf_path,
/external/pdfium/core/include/fpdfdoc/
H A Dfpdf_doc.h981 CFDF_Document* ExportToFDF(FX_WSTR pdf_path, FX_BOOL bSimpleFileSpec = FALSE) const;
983 CFDF_Document* ExportToFDF(FX_WSTR pdf_path, CFX_PtrArray& fields, FX_BOOL bIncludeOrExclude = TRUE, FX_BOOL bSimpleFileSpec = FALSE) const;

Completed in 2220 milliseconds