Home
last modified time | relevance | path

Searched refs:document_name (Results 1 – 10 of 10) sorted by relevance

/third_party/cef/libcef_dll/cpptoc/
Dprint_handler_cpptoc.cc106 const cef_string_t* document_name, in print_handler_on_print_job() argument
121 DCHECK(document_name); in print_handler_on_print_job()
122 if (!document_name) in print_handler_on_print_job()
135 CefBrowserCToCpp::Wrap(browser), CefString(document_name), in print_handler_on_print_job()
/third_party/cef/libcef_dll/ctocpp/
Dprint_handler_ctocpp.cc105 const CefString& document_name, in OnPrintJob() argument
121 DCHECK(!document_name.empty()); in OnPrintJob()
122 if (document_name.empty()) in OnPrintJob()
135 _struct, CefBrowserCppToC::Wrap(browser), document_name.GetStruct(), in OnPrintJob()
Dprint_handler_ctocpp.h45 const CefString& document_name,
/third_party/cef/libcef/browser/printing/
Dprint_dialog_linux.cc202 const std::u16string& document_name) { in PrintDocument() argument
232 document_name)); in PrintDocument()
277 const std::u16string& document_name) { in SendDocumentToPrinter() argument
288 if (!handler_->OnPrintJob(browser_.get(), document_name, path_to_pdf_.value(), in SendDocumentToPrinter()
Dprint_dialog_linux.h55 const std::u16string& document_name) override;
79 void SendDocumentToPrinter(const std::u16string& document_name);
/third_party/cef/tests/cefclient/browser/
Dprint_handler_gtk.cc439 bool OnPrintJob(const CefString& document_name, in OnPrintJob()
455 document_name.ToString().c_str(), printer_, gtk_settings_, page_setup_); in OnPrintJob()
608 const CefString& document_name, in OnPrintJob() argument
613 return print_handler_->OnPrintJob(document_name, pdf_file_path, callback); in OnPrintJob()
Dprint_handler_gtk.h30 const CefString& document_name,
/third_party/ffmpeg/tests/ref/fate/
Dexif-image-tiff30 TAG:document_name=image_small.tiff
/third_party/cef/include/
Dcef_print_handler.h121 const CefString& document_name,
/third_party/cef/include/capi/
Dcef_print_handler_capi.h135 const cef_string_t* document_name,