Home
last modified time | relevance | path

Searched refs:OnJobCompleted (Results 1 – 3 of 3) sorted by relevance

/third_party/cef/libcef/browser/printing/
Dprint_dialog_linux.cc86 dialog_->OnJobCompleted(); in Continue()
281 OnJobCompleted(); in SendDocumentToPrinter()
291 OnJobCompleted(); in SendDocumentToPrinter()
307 void CefPrintDialogLinux::OnJobCompleted() { in OnJobCompleted() function in CefPrintDialogLinux
Dprint_dialog_linux.h86 void OnJobCompleted();
/third_party/cef/tests/cefclient/browser/
Dprint_handler_gtk.cc540 void OnJobCompleted(GtkPrintJob* print_job, const GError* error) { in OnJobCompleted() function
558 static_cast<PrintHandler*>(handler)->OnJobCompleted(print_job, error); in OnJobCompletedThunk()