Home
last modified time | relevance | path

Searched refs:delegate_view (Results 1 – 14 of 14) sorted by relevance

/third_party/cef/patch/patches/
Dweb_contents_1257_1565.patch9 + if (params.view && params.delegate_view) {
11 + render_view_host_delegate_view_ = params.delegate_view;
36 + &create_params.delegate_view);
75 + content::RenderViewHostDelegateView* delegate_view = nullptr;
107 + content::RenderViewHostDelegateView** delegate_view) {}
/third_party/cef/libcef/browser/native/
Dbrowser_platform_delegate_native_linux.cc81 CefWindowDelegateView* delegate_view = new CefWindowDelegateView( in CreateHostWindow() local
84 delegate_view->Init(static_cast<gfx::AcceleratedWidget>(window_info_.window), in CreateHostWindow()
87 window_widget_ = delegate_view->GetWidget(); in CreateHostWindow()
Dbrowser_platform_delegate_native_win.cc225 CefWindowDelegateView* delegate_view = new CefWindowDelegateView( in CreateHostWindow() local
227 delegate_view->Init(window_info_.window, web_contents_, in CreateHostWindow()
230 window_widget_ = delegate_view->GetWidget(); in CreateHostWindow()
/third_party/cef/libcef/browser/extensions/
Dmime_handler_view_guest_delegate.cc36 params->delegate_view = view_osr; in OverrideWebContentsCreateParams()
/third_party/cef/libcef/browser/osr/
Dbrowser_platform_delegate_osr.h26 content::RenderViewHostDelegateView** delegate_view) override;
Dbrowser_platform_delegate_osr.cc33 content::RenderViewHostDelegateView** delegate_view) { in CreateViewForWebContents() argument
40 *delegate_view = view_osr_; in CreateViewForWebContents()
/third_party/cef/libcef/browser/
Dbrowser_info_manager.h90 content::RenderViewHostDelegateView** delegate_view);
Dbrowser_info_manager.cc213 content::RenderViewHostDelegateView** delegate_view) { in GetCustomWebContentsView() argument
225 delegate_view); in GetCustomWebContentsView()
Dbrowser_platform_delegate.h98 content::RenderViewHostDelegateView** delegate_view);
Dbrowser_platform_delegate.cc26 content::RenderViewHostDelegateView** delegate_view) { in CreateViewForWebContents() argument
/third_party/cef/libcef/browser/alloy/
Dbrowser_platform_delegate_alloy.cc101 &wc_create_params.delegate_view); in CreateWebContents()
Dalloy_browser_host_impl.h245 content::RenderViewHostDelegateView** delegate_view) override;
Dalloy_browser_host_impl.cc1279 content::RenderViewHostDelegateView** delegate_view) { in GetCustomWebContentsView() argument
1284 view, delegate_view); in GetCustomWebContentsView()
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch47307 - &create_params.delegate_view);
47310 + &create_params.view, &create_params.delegate_view);