Home
last modified time | relevance | path

Searched refs:CefPrintJobCallbackImpl (Results 1 – 2 of 2) sorted by relevance

/third_party/cef/libcef/browser/printing/
Dprint_dialog_linux.cc75 class CefPrintJobCallbackImpl : public CefPrintJobCallback { class
77 explicit CefPrintJobCallbackImpl(CefRefPtr<CefPrintDialogLinux> dialog) in CefPrintJobCallbackImpl() function in CefPrintJobCallbackImpl
80 CefPrintJobCallbackImpl(const CefPrintJobCallbackImpl&) = delete;
81 CefPrintJobCallbackImpl& operator=(const CefPrintJobCallbackImpl&) = delete;
91 base::BindOnce(&CefPrintJobCallbackImpl::Continue, this)); in Continue()
100 IMPLEMENT_REFCOUNTING(CefPrintJobCallbackImpl);
285 CefRefPtr<CefPrintJobCallbackImpl> callback_impl( in SendDocumentToPrinter()
286 new CefPrintJobCallbackImpl(this)); in SendDocumentToPrinter()
Dprint_dialog_linux.h67 friend class CefPrintJobCallbackImpl;