Searched refs:CefBrowserViewImpl (Results 1 – 12 of 12) sorted by relevance
26 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 …]
22 class CefBrowserViewImpl29 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);
11 class CefBrowserViewImpl; variable16 explicit CefMenuRunnerViews(CefBrowserViewImpl* browser_view);26 CefBrowserViewImpl* browser_view_;
21 CefRefPtr<CefBrowserViewImpl> browser_view);76 void SetBrowserView(CefRefPtr<CefBrowserViewImpl> browser_view);79 CefRefPtr<CefBrowserViewImpl> browser_view_;
56 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()
10 CefMenuRunnerViews::CefMenuRunnerViews(CefBrowserViewImpl* browser_view) in CefMenuRunnerViews()
21 adapter = static_cast<CefBrowserViewImpl*>(view->AsBrowserView().get()); in GetFor()
17 CefRefPtr<CefBrowserViewImpl> browser_view);40 void SetBrowserView(CefRefPtr<CefBrowserViewImpl> browser_view);42 CefRefPtr<CefBrowserViewImpl> browser_view_;
50 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()
29 auto view_impl = static_cast<CefBrowserViewImpl*>(browser_view.get()); in InitBrowser()
91 static_cast<CefBrowserViewImpl*>(create_params.browser_view.get())); in Create()132 static_cast<CefBrowserViewImpl*>(create_params.browser_view.get())); in Create()
444 static_cast<CefBrowserViewImpl*>(params.browser_view.get()); in CreateBrowser()