Home
last modified time | relevance | path

Searched defs:browser_view (Results 1 – 18 of 18) sorted by relevance

/third_party/cef/include/views/
Dcef_browser_view_delegate.h64 virtual void OnBrowserCreated(CefRefPtr<CefBrowserView> browser_view, in OnBrowserCreated()
74 virtual void OnBrowserDestroyed(CefRefPtr<CefBrowserView> browser_view, in OnBrowserDestroyed()
86 CefRefPtr<CefBrowserView> browser_view, in GetDelegateForPopupBrowserView()
104 CefRefPtr<CefBrowserView> browser_view, in OnPopupBrowserViewCreated()
/third_party/cef/tests/cefsimple/
Dsimple_app.cc22 explicit SimpleWindowDelegate(CefRefPtr<CefBrowserView> browser_view) in SimpleWindowDelegate()
61 bool OnPopupBrowserViewCreated(CefRefPtr<CefBrowserView> browser_view, in OnPopupBrowserViewCreated()
109 CefRefPtr<CefBrowserView> browser_view = CefBrowserView::CreateBrowserView( in OnContextInitialized() local
Dsimple_handler.cc52 CefRefPtr<CefBrowserView> browser_view = in OnTitleChange() local
/third_party/cef/libcef/browser/chrome/views/
Dtoolbar_view_impl.cc11 BrowserView* browser_view, in Create()
26 BrowserView* browser_view, in CefToolbarViewImpl()
Dbrowser_platform_delegate_chrome_views.cc17 explicit PopupWindowDelegate(CefRefPtr<CefBrowserView> browser_view) in PopupWindowDelegate()
50 CefRefPtr<CefBrowserViewImpl> browser_view) in CefBrowserPlatformDelegateChromeViews()
57 CefRefPtr<CefBrowserViewImpl> browser_view) { in SetBrowserView()
Dchrome_browser_view.cc17 CefRefPtr<CefBrowserView> browser_view) { in InitBrowser()
74 BrowserView* browser_view) { in OverrideCreateToolbar()
Dchrome_browser_frame.cc11 void ChromeBrowserFrame::Init(BrowserView* browser_view, in Init()
Dtoolbar_view_view.cc9 BrowserView* browser_view, in CefToolbarViewView()
/third_party/cef/libcef_dll/ctocpp/views/
Dbrowser_view_delegate_ctocpp.cc26 CefRefPtr<CefBrowserView> browser_view, in OnBrowserCreated()
52 CefRefPtr<CefBrowserView> browser_view, in OnBrowserDestroyed()
80 CefRefPtr<CefBrowserView> browser_view, in GetDelegateForPopupBrowserView()
113 CefRefPtr<CefBrowserView> browser_view, in OnPopupBrowserViewCreated()
/third_party/cef/libcef_dll/cpptoc/views/
Dbrowser_view_delegate_cpptoc.cc28 cef_browser_view_t* browser_view, in browser_view_delegate_on_browser_created()
54 cef_browser_view_t* browser_view, in browser_view_delegate_on_browser_destroyed()
81 cef_browser_view_t* browser_view, in browser_view_delegate_get_delegate_for_popup_browser_view()
122 cef_browser_view_t* browser_view, in browser_view_delegate_on_popup_browser_view_created()
/third_party/cef/tests/ceftests/
Dtest_handler.cc25 static void CreateBrowserWindow(CefRefPtr<CefBrowserView> browser_view, in CreateBrowserWindow()
54 TestWindowDelegate(CefRefPtr<CefBrowserView> browser_view, in TestWindowDelegate()
72 bool OnPopupBrowserViewCreated(CefRefPtr<CefBrowserView> browser_view, in OnPopupBrowserViewCreated()
366 CefRefPtr<CefBrowserView> browser_view = CefBrowserView::CreateBrowserView( in CreateBrowser() local
/third_party/cef/libcef/browser/views/
Dbrowser_platform_delegate_views.cc23 explicit PopupWindowDelegate(CefRefPtr<CefBrowserView> browser_view) in PopupWindowDelegate()
56 CefRefPtr<CefBrowserViewImpl> browser_view) in CefBrowserPlatformDelegateViews()
64 CefRefPtr<CefBrowserViewImpl> browser_view) { in SetBrowserView()
Dmenu_runner_views.cc10 CefMenuRunnerViews::CefMenuRunnerViews(CefBrowserViewImpl* browser_view) in CefMenuRunnerViews()
Dbrowser_view_impl.cc64 CefRefPtr<CefBrowserViewImpl> browser_view = new CefBrowserViewImpl(delegate); in Create() local
78 CefRefPtr<CefBrowserViewImpl> browser_view = new CefBrowserViewImpl(delegate); in CreateForPopup() local
Doverlay_view_host.cc213 auto browser_view = BrowserView::GetBrowserViewForNativeWindow( in Init() local
/third_party/cef/tests/cefclient/browser/
Dviews_window.cc120 CefRefPtr<CefBrowserView> browser_view = CefBrowserView::CreateBrowserView( in Create() local
337 CefRefPtr<CefBrowserView> browser_view, in GetDelegateForPopupBrowserView()
356 CefRefPtr<CefBrowserView> browser_view, in OnPopupBrowserViewCreated()
762 CefRefPtr<CefBrowserView> browser_view) in ViewsWindow()
818 void ViewsWindow::SetBrowserView(CefRefPtr<CefBrowserView> browser_view) { in SetBrowserView()
Dwindow_test_runner_views.cc21 CefRefPtr<CefBrowserView> browser_view = in GetWindow() local
/third_party/cef/libcef/browser/
Dbrowser_host_base.h55 CefRefPtr<CefBrowserView> browser_view; member