Searched refs:IsNeverComposited (Results 1 – 6 of 6) sorted by relevance
283 bool CefBrowserPlatformDelegateAlloy::IsNeverComposited( in IsNeverComposited() function in CefBrowserPlatformDelegateAlloy286 return extension_host_->IsNeverComposited(web_contents); in IsNeverComposited()
52 bool IsNeverComposited(content::WebContents* web_contents) override;
284 bool IsNeverComposited(content::WebContents* web_contents) override;
1453 bool AlloyBrowserHostImpl::IsNeverComposited( in IsNeverComposited() function in AlloyBrowserHostImpl1455 return platform_delegate_->IsNeverComposited(web_contents); in IsNeverComposited()
264 virtual bool IsNeverComposited(content::WebContents* web_contents);
211 bool CefBrowserPlatformDelegate::IsNeverComposited( in IsNeverComposited() function in CefBrowserPlatformDelegate