Home
last modified time | relevance | path

Searched refs:IsViewsHosted (Results 1 – 9 of 9) sorted by relevance

/third_party/cef/libcef/browser/chrome/views/
Dbrowser_platform_delegate_chrome_views.cc115 DCHECK(new_platform_delegate->IsViewsHosted()); in PopupWebContentsCreated()
153 bool CefBrowserPlatformDelegateChromeViews::IsViewsHosted() const { in IsViewsHosted() function in CefBrowserPlatformDelegateChromeViews
Dbrowser_platform_delegate_chrome_views.h37 bool IsViewsHosted() const override;
/third_party/cef/libcef/browser/views/
Dbrowser_platform_delegate_views.cc147 DCHECK(new_platform_delegate->IsViewsHosted()); in PopupWebContentsCreated()
275 bool CefBrowserPlatformDelegateViews::IsViewsHosted() const { in IsViewsHosted() function in CefBrowserPlatformDelegateViews
Dbrowser_platform_delegate_views.h67 bool IsViewsHosted() const override;
/third_party/cef/libcef/browser/
Dbrowser_platform_delegate.h289 virtual bool IsViewsHosted() const;
Dbrowser_platform_delegate.cc243 bool CefBrowserPlatformDelegate::IsViewsHosted() const { in IsViewsHosted() function in CefBrowserPlatformDelegate
Dbrowser_host_base.cc149 is_views_hosted_(platform_delegate_->IsViewsHosted()) { in CefBrowserHostBase()
/third_party/cef/libcef/browser/alloy/
Dbrowser_platform_delegate_alloy.cc164 if (!IsViewsHosted() && render_view_host->GetWidget()->GetView()) in RenderViewCreated()
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch14380 + is_views_hosted_(platform_delegate_->IsViewsHosted()),
14383 is_views_hosted_(platform_delegate_->IsViewsHosted()) {