Home
last modified time | relevance | path

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

/third_party/cef/libcef/browser/alloy/
Dbrowser_platform_delegate_alloy.cc191 if (IsPrintPreviewSupported()) { in BrowserCreated()
343 bool CefBrowserPlatformDelegateAlloy::IsPrintPreviewSupported() const { in IsPrintPreviewSupported() function in CefBrowserPlatformDelegateAlloy
352 return cef_browser_context->IsPrintPreviewSupported(); in IsPrintPreviewSupported()
366 if (IsPrintPreviewSupported()) { in Print()
Dbrowser_platform_delegate_alloy.h57 bool IsPrintPreviewSupported() const override;
Dalloy_browser_context.h60 bool IsPrintPreviewSupported() const override;
Dalloy_browser_context.cc293 bool AlloyBrowserContext::IsPrintPreviewSupported() const { in IsPrintPreviewSupported() function in AlloyBrowserContext
Dalloy_content_browser_client.cc774 if (cef_browser_context->IsPrintPreviewSupported()) { in AppendExtraCommandLineSwitches()
/third_party/cef/libcef/browser/
Dbrowser_context.h176 virtual bool IsPrintPreviewSupported() const;
Dbrowser_platform_delegate.h351 virtual bool IsPrintPreviewSupported() const;
Dbrowser_platform_delegate.cc369 bool CefBrowserPlatformDelegate::IsPrintPreviewSupported() const { in IsPrintPreviewSupported() function in CefBrowserPlatformDelegate
Dbrowser_context.cc395 bool CefBrowserContext::IsPrintPreviewSupported() const { in IsPrintPreviewSupported() function in CefBrowserContext
/third_party/chromium/patch/
D0004-3.2-Beta5.patch5217 @@ -363,6 +373,7 @@ bool CefBrowserPlatformDelegateAlloy::IsPrintPreviewSupported() const {