Searched refs:is_views_hosted_ (Results 1 – 5 of 5) sorted by relevance
252 bool is_views_hosted() const { return is_views_hosted_; } in is_views_hosted()292 const bool is_views_hosted_; variable
149 is_views_hosted_(platform_delegate_->IsViewsHosted()) { in CefBrowserHostBase()194 return is_views_hosted_; in HasView()849 if (is_views_hosted_ && platform_delegate_) in GetBrowserView()
373 if (is_views_hosted_ && CEF_CURRENTLY_ON_UIT()) { in GetWindowHandle()1608 if (opener.get() && !is_views_hosted_) { in AlloyBrowserHostImpl()1627 if (success && !is_views_hosted_) in CreateHostWindow()
540 if (browser_ && is_views_hosted_) { in WindowDestroyed()
14581 + is_views_hosted_(platform_delegate_->IsViewsHosted()),14584 is_views_hosted_(platform_delegate_->IsViewsHosted()) {