Searched refs:CefPrintJobCallbackImpl (Results 1 – 2 of 2) sorted by relevance
75 class CefPrintJobCallbackImpl : public CefPrintJobCallback { class77 explicit CefPrintJobCallbackImpl(CefRefPtr<CefPrintDialogLinux> dialog) in CefPrintJobCallbackImpl() function in CefPrintJobCallbackImpl80 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()
67 friend class CefPrintJobCallbackImpl;