• Home
  • Raw
  • Download

Lines Matching refs:CefBrowserViewImpl

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()
139 CefRefPtr<CefView> CefBrowserViewImpl::GetChromeToolbar() { in GetChromeToolbar()
148 void CefBrowserViewImpl::SetPreferAccelerators(bool prefer_accelerators) { in SetPreferAccelerators()
154 void CefBrowserViewImpl::RequestFocus() { in RequestFocus()
158 base::BindOnce(&CefBrowserViewImpl::RequestFocusInternal, in RequestFocus()
162 void CefBrowserViewImpl::SetBackgroundColor(cef_color_t color) { in SetBackgroundColor()
169 void CefBrowserViewImpl::Detach() { in Detach()
185 void CefBrowserViewImpl::GetDebugInfo(base::DictionaryValue* info, in GetDebugInfo()
192 void CefBrowserViewImpl::OnBrowserViewAdded() { in OnBrowserViewAdded()
205 void CefBrowserViewImpl::OnBoundsChanged() { in OnBoundsChanged()
210 CefBrowserViewImpl::CefBrowserViewImpl( in CefBrowserViewImpl() function in CefBrowserViewImpl
214 void CefBrowserViewImpl::SetPendingBrowserCreateParams( in SetPendingBrowserCreateParams()
229 void CefBrowserViewImpl::SetDefaults(const CefBrowserSettings& settings) { in SetDefaults()
234 views::View* CefBrowserViewImpl::CreateRootView() { in CreateRootView()
242 void CefBrowserViewImpl::InitializeRootView() { in InitializeRootView()
250 views::WebView* CefBrowserViewImpl::web_view() const { in web_view()
258 bool CefBrowserViewImpl::HandleAccelerator( in HandleAccelerator()
295 void CefBrowserViewImpl::RequestFocusInternal() { in RequestFocusInternal()