Home
last modified time | relevance | path

Searched refs:is_views_hosted_ (Results 1 – 5 of 5) sorted by relevance

/third_party/cef/libcef/browser/
Dbrowser_host_base.h252 bool is_views_hosted() const { return is_views_hosted_; } in is_views_hosted()
292 const bool is_views_hosted_; variable
Dbrowser_host_base.cc149 is_views_hosted_(platform_delegate_->IsViewsHosted()) { in CefBrowserHostBase()
194 return is_views_hosted_; in HasView()
849 if (is_views_hosted_ && platform_delegate_) in GetBrowserView()
/third_party/cef/libcef/browser/alloy/
Dalloy_browser_host_impl.cc373 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()
/third_party/cef/libcef/browser/chrome/
Dchrome_browser_host_impl.cc540 if (browser_ && is_views_hosted_) { in WindowDestroyed()
/third_party/chromium/patch/
D0003-ohos-1115.patch14581 + is_views_hosted_(platform_delegate_->IsViewsHosted()),
14584 is_views_hosted_(platform_delegate_->IsViewsHosted()) {