Home
last modified time | relevance | path

Searched refs:GetBrowserView (Results 1 – 11 of 11) sorted by relevance

/third_party/cef/libcef/browser/chrome/views/
Dbrowser_platform_delegate_chrome_views.h28 CefRefPtr<CefBrowserView> GetBrowserView() const override;
Dbrowser_platform_delegate_chrome_views.cc105 CefBrowserPlatformDelegateChromeViews::GetBrowserView() const { in GetBrowserView() function in CefBrowserPlatformDelegateChromeViews
/third_party/cef/libcef/browser/views/
Dbrowser_platform_delegate_views.h35 CefRefPtr<CefBrowserView> GetBrowserView() const override;
Dbrowser_view_impl.cc38 return browser_impl->GetBrowserView(); in GetForBrowser()
Dbrowser_platform_delegate_views.cc136 CefRefPtr<CefBrowserView> CefBrowserPlatformDelegateViews::GetBrowserView() in GetBrowserView() function in CefBrowserPlatformDelegateViews
/third_party/cef/libcef/browser/
Dbrowser_host_base.h275 CefRefPtr<CefBrowserView> GetBrowserView() const;
Dbrowser_platform_delegate.h183 virtual CefRefPtr<CefBrowserView> GetBrowserView() const;
Dbrowser_host_base.cc847 CefRefPtr<CefBrowserView> CefBrowserHostBase::GetBrowserView() const { in GetBrowserView() function in CefBrowserHostBase
850 return platform_delegate_->GetBrowserView(); in GetBrowserView()
Dbrowser_platform_delegate.cc122 CefRefPtr<CefBrowserView> CefBrowserPlatformDelegate::GetBrowserView() const { in GetBrowserView() function in CefBrowserPlatformDelegate
/third_party/cef/libcef/browser/chrome/
Dchrome_browser_host_impl.cc107 params.browser_view = GetBrowserView(); in AddNewContents()
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch15623 CefRefPtr<CefBrowserView> GetBrowserView() const;