Home
last modified time | relevance | path

Searched refs:CefBrowserViewImpl (Results 1 – 12 of 12) sorted by relevance

/third_party/cef/libcef/browser/views/
Dbrowser_view_impl.cc26 return CefBrowserViewImpl::Create(client, url, settings, extra_info, in CreateBrowserView()
43 CefRefPtr<CefBrowserViewImpl> CefBrowserViewImpl::Create( in Create()
64 CefRefPtr<CefBrowserViewImpl> browser_view = new CefBrowserViewImpl(delegate); in Create()
73 CefRefPtr<CefBrowserViewImpl> CefBrowserViewImpl::CreateForPopup( in CreateForPopup()
78 CefRefPtr<CefBrowserViewImpl> browser_view = new CefBrowserViewImpl(delegate); in CreateForPopup()
84 void CefBrowserViewImpl::WebContentsCreated( in WebContentsCreated()
90 void CefBrowserViewImpl::BrowserCreated( in BrowserCreated()
97 void CefBrowserViewImpl::BrowserDestroyed(CefBrowserHostBase* browser) { in BrowserDestroyed()
105 bool CefBrowserViewImpl::HandleKeyboardEvent( in HandleKeyboardEvent()
134 CefRefPtr<CefBrowser> CefBrowserViewImpl::GetBrowser() { in GetBrowser()
[all …]
Dbrowser_view_impl.h22 class CefBrowserViewImpl
29 CefBrowserViewImpl(const CefBrowserViewImpl&) = delete;
30 CefBrowserViewImpl& operator=(const CefBrowserViewImpl&) = delete;
33 static CefRefPtr<CefBrowserViewImpl> Create(
43 static CefRefPtr<CefBrowserViewImpl> CreateForPopup(
84 explicit CefBrowserViewImpl(CefRefPtr<CefBrowserViewDelegate> delegate);
116 base::WeakPtrFactory<CefBrowserViewImpl> weak_ptr_factory_;
118 IMPLEMENT_REFCOUNTING_DELETE_ON_UIT(CefBrowserViewImpl);
Dmenu_runner_views.h11 class CefBrowserViewImpl; variable
16 explicit CefMenuRunnerViews(CefBrowserViewImpl* browser_view);
26 CefBrowserViewImpl* browser_view_;
Dbrowser_platform_delegate_views.h21 CefRefPtr<CefBrowserViewImpl> browser_view);
76 void SetBrowserView(CefRefPtr<CefBrowserViewImpl> browser_view);
79 CefRefPtr<CefBrowserViewImpl> browser_view_;
Dbrowser_platform_delegate_views.cc56 CefRefPtr<CefBrowserViewImpl> browser_view) in CefBrowserPlatformDelegateViews()
64 CefRefPtr<CefBrowserViewImpl> browser_view) { in SetBrowserView()
158 CefRefPtr<CefBrowserViewImpl> new_browser_view = in PopupWebContentsCreated()
159 CefBrowserViewImpl::CreateForPopup(settings, new_delegate); in PopupWebContentsCreated()
Dmenu_runner_views.cc10 CefMenuRunnerViews::CefMenuRunnerViews(CefBrowserViewImpl* browser_view) in CefMenuRunnerViews()
Dview_adapter.cc21 adapter = static_cast<CefBrowserViewImpl*>(view->AsBrowserView().get()); in GetFor()
/third_party/cef/libcef/browser/chrome/views/
Dbrowser_platform_delegate_chrome_views.h17 CefRefPtr<CefBrowserViewImpl> browser_view);
40 void SetBrowserView(CefRefPtr<CefBrowserViewImpl> browser_view);
42 CefRefPtr<CefBrowserViewImpl> browser_view_;
Dbrowser_platform_delegate_chrome_views.cc50 CefRefPtr<CefBrowserViewImpl> browser_view) in CefBrowserPlatformDelegateChromeViews()
57 CefRefPtr<CefBrowserViewImpl> browser_view) { in SetBrowserView()
127 CefRefPtr<CefBrowserViewImpl> new_browser_view = in PopupWebContentsCreated()
128 CefBrowserViewImpl::CreateForPopup(settings, new_delegate); in PopupWebContentsCreated()
Dchrome_browser_view.cc29 auto view_impl = static_cast<CefBrowserViewImpl*>(browser_view.get()); in InitBrowser()
/third_party/cef/libcef/browser/
Dbrowser_platform_delegate_create.cc91 static_cast<CefBrowserViewImpl*>(create_params.browser_view.get())); in Create()
132 static_cast<CefBrowserViewImpl*>(create_params.browser_view.get())); in Create()
/third_party/cef/libcef/browser/chrome/
Dchrome_browser_host_impl.cc444 static_cast<CefBrowserViewImpl*>(params.browser_view.get()); in CreateBrowser()