Home
last modified time | relevance | path

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

/third_party/cef/libcef/browser/alloy/
Dbrowser_platform_delegate_alloy.cc283 bool CefBrowserPlatformDelegateAlloy::IsNeverComposited( in IsNeverComposited() function in CefBrowserPlatformDelegateAlloy
286 return extension_host_->IsNeverComposited(web_contents); in IsNeverComposited()
Dbrowser_platform_delegate_alloy.h52 bool IsNeverComposited(content::WebContents* web_contents) override;
Dalloy_browser_host_impl.h284 bool IsNeverComposited(content::WebContents* web_contents) override;
Dalloy_browser_host_impl.cc1453 bool AlloyBrowserHostImpl::IsNeverComposited( in IsNeverComposited() function in AlloyBrowserHostImpl
1455 return platform_delegate_->IsNeverComposited(web_contents); in IsNeverComposited()
/third_party/cef/libcef/browser/
Dbrowser_platform_delegate.h264 virtual bool IsNeverComposited(content::WebContents* web_contents);
Dbrowser_platform_delegate.cc211 bool CefBrowserPlatformDelegate::IsNeverComposited( in IsNeverComposited() function in CefBrowserPlatformDelegate