Home
last modified time | relevance | path

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

/third_party/cef/tests/cefclient/browser/
Dtest_runner.cc387 void PrintToPDF(CefRefPtr<CefBrowser> browser) { in PrintToPDF() function
390 CefPostTask(TID_UI, base::BindOnce(&PrintToPDF, browser)); in PrintToPDF()
431 browser_->GetHost()->PrintToPDF(file_paths[0], settings, this); in PrintToPDF()
625 PrintToPDF(browser); in RunTest()
/third_party/cef/libcef/browser/alloy/
Dbrowser_platform_delegate_alloy.cc373 void CefBrowserPlatformDelegateAlloy::PrintToPDF( in PrintToPDF() function in CefBrowserPlatformDelegateAlloy
393 ->PrintToPDF(rfh_to_use, base::FilePath(path), settings, in PrintToPDF()
Dbrowser_platform_delegate_alloy.h59 void PrintToPDF(const CefString& path,
Dalloy_browser_host_impl.cc440 void AlloyBrowserHostImpl::PrintToPDF(const CefString& path, in PrintToPDF() function in AlloyBrowserHostImpl
444 CEF_POST_TASK(CEF_UIT, base::BindOnce(&AlloyBrowserHostImpl::PrintToPDF, in PrintToPDF()
450 platform_delegate_->PrintToPDF(path, settings, callback); in PrintToPDF()
Dalloy_browser_host_impl.h94 void PrintToPDF(const CefString& path,
/third_party/cef/libcef/browser/printing/
Dprint_view_manager.h44 bool PrintToPDF(content::RenderFrameHost* rfh,
Dprint_view_manager.cc198 bool CefPrintViewManager::PrintToPDF(content::RenderFrameHost* rfh, in PrintToPDF() function in printing::CefPrintViewManager
/third_party/cef/libcef/browser/chrome/
Dchrome_browser_host_impl.h74 void PrintToPDF(const CefString& path,
Dchrome_browser_host_impl.cc210 void ChromeBrowserHostImpl::PrintToPDF( in PrintToPDF() function in ChromeBrowserHostImpl
/third_party/cef/libcef_dll/ctocpp/
Dbrowser_host_ctocpp.h64 void PrintToPDF(const CefString& path,
Dbrowser_host_ctocpp.cc364 void CefBrowserHostCToCpp::PrintToPDF(const CefString& path, in PrintToPDF() function in CefBrowserHostCToCpp
/third_party/cef/include/
Dcef_browser.h477 virtual void PrintToPDF(const CefString& path,
/third_party/cef/libcef/browser/
Dbrowser_platform_delegate.h353 virtual void PrintToPDF(const CefString& path,
Dbrowser_platform_delegate.cc377 void CefBrowserPlatformDelegate::PrintToPDF( in PrintToPDF() function in CefBrowserPlatformDelegate
/third_party/cef/libcef_dll/cpptoc/
Dbrowser_host_cpptoc.cc422 CefBrowserHostCppToC::Get(self)->PrintToPDF( in browser_host_print_to_pdf()
/third_party/chromium/patch/
D0004-3.2-Beta5.patch5232 void CefBrowserPlatformDelegateAlloy::PrintToPDF(
5240 @@ -402,6 +415,7 @@ void CefBrowserPlatformDelegateAlloy::PrintToPDF(
5242 ->PrintToPDF(rfh_to_use, base::FilePath(path), settings,
D0003-3.2-Beta3-1115.patch12257 @@ -454,16 +476,18 @@ void AlloyBrowserHostImpl::PrintToPDF(const CefString& path,
13679 @@ -397,13 +407,19 @@ void CefBrowserPlatformDelegateAlloy::PrintToPDF(
15793 @@ -384,7 +384,8 @@ void CefBrowserPlatformDelegate::PrintToPDF(
15870 @@ -218,7 +218,8 @@ void ChromeBrowserHostImpl::PrintToPDF(