Searched refs:IsViewsHosted (Results 1 – 9 of 9) sorted by relevance
115 DCHECK(new_platform_delegate->IsViewsHosted()); in PopupWebContentsCreated()153 bool CefBrowserPlatformDelegateChromeViews::IsViewsHosted() const { in IsViewsHosted() function in CefBrowserPlatformDelegateChromeViews
37 bool IsViewsHosted() const override;
147 DCHECK(new_platform_delegate->IsViewsHosted()); in PopupWebContentsCreated()275 bool CefBrowserPlatformDelegateViews::IsViewsHosted() const { in IsViewsHosted() function in CefBrowserPlatformDelegateViews
67 bool IsViewsHosted() const override;
289 virtual bool IsViewsHosted() const;
243 bool CefBrowserPlatformDelegate::IsViewsHosted() const { in IsViewsHosted() function in CefBrowserPlatformDelegate
149 is_views_hosted_(platform_delegate_->IsViewsHosted()) { in CefBrowserHostBase()
164 if (!IsViewsHosted() && render_view_host->GetWidget()->GetView()) in RenderViewCreated()
14380 + is_views_hosted_(platform_delegate_->IsViewsHosted()),14383 is_views_hosted_(platform_delegate_->IsViewsHosted()) {