Home
last modified time | relevance | path

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

/third_party/cef/libcef/browser/alloy/
Dbrowser_platform_delegate_alloy.cc387 printing::CefPrintViewManager::PdfPrintCallback pdf_callback; in PrintToPDF() local
389 pdf_callback = base::BindOnce(&CefPdfPrintCallback::OnPdfPrintFinished, in PrintToPDF()
394 std::move(pdf_callback)); in PrintToPDF()