Home
last modified time | relevance | path

Searched refs:pdf_file_path (Results 1 – 7 of 7) sorted by relevance

/third_party/cef/libcef_dll/cpptoc/
Dprint_handler_cpptoc.cc107 const cef_string_t* pdf_file_path, in print_handler_on_print_job() argument
125 DCHECK(pdf_file_path); in print_handler_on_print_job()
126 if (!pdf_file_path) in print_handler_on_print_job()
136 CefString(pdf_file_path), CefPrintJobCallbackCToCpp::Wrap(callback)); in print_handler_on_print_job()
/third_party/cef/libcef_dll/ctocpp/
Dprint_handler_ctocpp.cc106 const CefString& pdf_file_path, in OnPrintJob() argument
125 DCHECK(!pdf_file_path.empty()); in OnPrintJob()
126 if (pdf_file_path.empty()) in OnPrintJob()
136 pdf_file_path.GetStruct(), CefPrintJobCallbackCppToC::Wrap(callback)); in OnPrintJob()
Dprint_handler_ctocpp.h46 const CefString& pdf_file_path,
/third_party/cef/tests/cefclient/browser/
Dprint_handler_gtk.cc440 const CefString& pdf_file_path, in OnPrintJob()
456 gtk_print_job_set_source_file(print_job, pdf_file_path.ToString().c_str(), in OnPrintJob()
609 const CefString& pdf_file_path, in OnPrintJob() argument
613 return print_handler_->OnPrintJob(document_name, pdf_file_path, callback); in OnPrintJob()
Dprint_handler_gtk.h31 const CefString& pdf_file_path,
/third_party/cef/include/
Dcef_print_handler.h122 const CefString& pdf_file_path,
/third_party/cef/include/capi/
Dcef_print_handler_capi.h136 const cef_string_t* pdf_file_path,