Home
last modified time | relevance | path

Searched refs:GetForBrowser (Results 1 – 15 of 15) sorted by relevance

/third_party/cef/include/views/
Dcef_browser_view.h74 static CefRefPtr<CefBrowserView> GetForBrowser(CefRefPtr<CefBrowser> browser);
/third_party/cef/tests/cefclient/browser/
Droot_window.cc27 scoped_refptr<RootWindow> RootWindow::GetForBrowser(int browser_id) { in GetForBrowser() function in client::RootWindow
Dwindow_test_runner_views.cc22 CefBrowserView::GetForBrowser(browser); in GetWindow()
Droot_window.h123 static scoped_refptr<RootWindow> GetForBrowser(int browser_id);
Dwindow_test_runner_gtk.cc21 RootWindow::GetForBrowser(browser->GetIdentifier()); in GetWindow()
Dtest_runner.cc272 RootWindow::GetForBrowser(browser->GetIdentifier()) in SetDSFOnMainThread()
315 ss << RootWindow::GetForBrowser(browser->GetIdentifier()) in PromptDSF()
Ddialog_handler_gtk.cc136 RootWindow::GetForBrowser(browser->GetIdentifier()); in GetWindow()
Dprint_handler_gtk.cc280 RootWindow::GetForBrowser(browser->GetIdentifier()); in GetWindow()
/third_party/cef/libcef_dll/
Dviews_stub.cc42 CefRefPtr<CefBrowserView> CefBrowserView::GetForBrowser( in GetForBrowser() function in CefBrowserView
/third_party/cef/tests/cefsimple/
Dsimple_handler.cc53 CefBrowserView::GetForBrowser(browser); in OnTitleChange()
/third_party/cef/libcef/browser/chrome/views/
Dbrowser_platform_delegate_chrome_views.cc138 CefBrowserView::GetForBrowser(new_browser); in PopupBrowserCreated()
/third_party/cef/libcef/browser/views/
Dbrowser_view_impl.cc31 CefRefPtr<CefBrowserView> CefBrowserView::GetForBrowser( in GetForBrowser() function in CefBrowserView
Dbrowser_platform_delegate_views.cc169 CefBrowserView::GetForBrowser(new_browser); in PopupBrowserCreated()
/third_party/cef/libcef_dll/ctocpp/views/
Dbrowser_view_ctocpp.cc58 CefRefPtr<CefBrowserView> CefBrowserView::GetForBrowser( in GetForBrowser() function in CefBrowserView
/third_party/cef/libcef_dll/cpptoc/views/
Dbrowser_view_cpptoc.cc78 CefBrowserView::GetForBrowser(CefBrowserCppToC::Unwrap(browser)); in cef_browser_view_get_for_browser()