/third_party/cef/tests/cefclient/browser/ |
D | test_runner.cc | 387 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/ |
D | browser_platform_delegate_alloy.cc | 373 void CefBrowserPlatformDelegateAlloy::PrintToPDF( in PrintToPDF() function in CefBrowserPlatformDelegateAlloy 393 ->PrintToPDF(rfh_to_use, base::FilePath(path), settings, in PrintToPDF()
|
D | browser_platform_delegate_alloy.h | 59 void PrintToPDF(const CefString& path,
|
D | alloy_browser_host_impl.cc | 440 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()
|
D | alloy_browser_host_impl.h | 94 void PrintToPDF(const CefString& path,
|
/third_party/cef/libcef/browser/printing/ |
D | print_view_manager.h | 44 bool PrintToPDF(content::RenderFrameHost* rfh,
|
D | print_view_manager.cc | 198 bool CefPrintViewManager::PrintToPDF(content::RenderFrameHost* rfh, in PrintToPDF() function in printing::CefPrintViewManager
|
/third_party/cef/libcef/browser/chrome/ |
D | chrome_browser_host_impl.h | 74 void PrintToPDF(const CefString& path,
|
D | chrome_browser_host_impl.cc | 210 void ChromeBrowserHostImpl::PrintToPDF( in PrintToPDF() function in ChromeBrowserHostImpl
|
/third_party/cef/libcef_dll/ctocpp/ |
D | browser_host_ctocpp.h | 64 void PrintToPDF(const CefString& path,
|
D | browser_host_ctocpp.cc | 364 void CefBrowserHostCToCpp::PrintToPDF(const CefString& path, in PrintToPDF() function in CefBrowserHostCToCpp
|
/third_party/cef/include/ |
D | cef_browser.h | 477 virtual void PrintToPDF(const CefString& path,
|
/third_party/cef/libcef/browser/ |
D | browser_platform_delegate.h | 353 virtual void PrintToPDF(const CefString& path,
|
D | browser_platform_delegate.cc | 377 void CefBrowserPlatformDelegate::PrintToPDF( in PrintToPDF() function in CefBrowserPlatformDelegate
|
/third_party/cef/libcef_dll/cpptoc/ |
D | browser_host_cpptoc.cc | 422 CefBrowserHostCppToC::Get(self)->PrintToPDF( in browser_host_print_to_pdf()
|
/third_party/chromium/patch/ |
D | 0004-3.2-Beta5.patch | 5232 void CefBrowserPlatformDelegateAlloy::PrintToPDF( 5240 @@ -402,6 +415,7 @@ void CefBrowserPlatformDelegateAlloy::PrintToPDF( 5242 ->PrintToPDF(rfh_to_use, base::FilePath(path), settings,
|
D | 0003-3.2-Beta3-1115.patch | 12257 @@ -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(
|