HomeSort by relevance Sort by last modified time
    Searched refs:pdf_path (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/chrome/service/
service_utility_process_host.h 94 const base::FilePath& pdf_path,
service_utility_process_host.cc 170 const base::FilePath& pdf_path,
174 base::File pdf_file(pdf_path, base::File::FLAG_OPEN | base::File::FLAG_READ);
  /external/chromium_org/tools/
bisect-builds.py 112 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,
    [all...]
  /external/chromium_org/chrome/browser/extensions/
component_loader.cc 614 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/
doc_form.cpp     [all...]
  /external/chromium_org/chrome/service/cloud_print/
print_system_win.cc 427 void RenderPDFPagesInSandbox(const base::FilePath& pdf_path,
442 pdf_path,
  /external/pdfium/core/include/fpdfdoc/
fpdf_doc.h 981 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;
    [all...]

Completed in 112 milliseconds