Home
last modified time | relevance | path

Searched refs:WebContentsCreated (Results 1 – 25 of 25) sorted by relevance

/third_party/cef/libcef/browser/chrome/
Dbrowser_platform_delegate_chrome.cc18 void CefBrowserPlatformDelegateChrome::WebContentsCreated( in WebContentsCreated() function in CefBrowserPlatformDelegateChrome
21 CefBrowserPlatformDelegate::WebContentsCreated(web_contents, owned); in WebContentsCreated()
22 native_delegate_->WebContentsCreated(web_contents, /*owned=*/false); in WebContentsCreated()
Dbrowser_platform_delegate_chrome.h22 void WebContentsCreated(content::WebContents* web_contents,
Dchrome_browser_delegate.cc75 void ChromeBrowserDelegate::WebContentsCreated( in WebContentsCreated() function in ChromeBrowserDelegate
87 CefBrowserInfoManager::GetInstance()->WebContentsCreated( in WebContentsCreated()
Dchrome_browser_delegate.h56 void WebContentsCreated(content::WebContents* source_contents,
Dchrome_browser_host_impl.cc495 platform_delegate_->WebContentsCreated(web_contents, in Attach()
/third_party/cef/libcef/browser/chrome/views/
Dbrowser_platform_delegate_chrome_views.cc63 void CefBrowserPlatformDelegateChromeViews::WebContentsCreated( in WebContentsCreated() function in CefBrowserPlatformDelegateChromeViews
66 CefBrowserPlatformDelegateChrome::WebContentsCreated(web_contents, owned); in WebContentsCreated()
67 browser_view_->WebContentsCreated(web_contents); in WebContentsCreated()
Dbrowser_platform_delegate_chrome_views.h20 void WebContentsCreated(content::WebContents* web_contents,
/third_party/cef/libcef/browser/views/
Dbrowser_platform_delegate_views.cc70 void CefBrowserPlatformDelegateViews::WebContentsCreated( in WebContentsCreated() function in CefBrowserPlatformDelegateViews
73 CefBrowserPlatformDelegateAlloy::WebContentsCreated(web_contents, owned); in WebContentsCreated()
74 native_delegate_->WebContentsCreated(web_contents, /*owned=*/false); in WebContentsCreated()
75 browser_view_->WebContentsCreated(web_contents); in WebContentsCreated()
Dbrowser_view_impl.h48 void WebContentsCreated(content::WebContents* web_contents);
Dbrowser_platform_delegate_views.h24 void WebContentsCreated(content::WebContents* web_contents,
Dbrowser_view_impl.cc84 void CefBrowserViewImpl::WebContentsCreated( in WebContentsCreated() function in CefBrowserViewImpl
/third_party/cef/libcef/browser/osr/
Dbrowser_platform_delegate_osr.cc43 void CefBrowserPlatformDelegateOsr::WebContentsCreated( in WebContentsCreated() function in CefBrowserPlatformDelegateOsr
46 CefBrowserPlatformDelegateAlloy::WebContentsCreated(web_contents, owned); in WebContentsCreated()
52 view_osr_->WebContentsCreated(web_contents); in WebContentsCreated()
Dweb_contents_view_osr.h35 void WebContentsCreated(content::WebContents* web_contents);
Dweb_contents_view_osr.cc27 void CefWebContentsViewOSR::WebContentsCreated( in WebContentsCreated() function in CefWebContentsViewOSR
Dbrowser_platform_delegate_osr.h27 void WebContentsCreated(content::WebContents* web_contents,
/third_party/cef/libcef/browser/alloy/
Dbrowser_platform_delegate_alloy.cc111 void CefBrowserPlatformDelegateAlloy::WebContentsCreated( in WebContentsCreated() function in CefBrowserPlatformDelegateAlloy
114 CefBrowserPlatformDelegate::WebContentsCreated(web_contents, owned); in WebContentsCreated()
Dbrowser_platform_delegate_alloy.h27 void WebContentsCreated(content::WebContents* web_contents,
Dalloy_browser_host_impl.cc233 platform_delegate->WebContentsCreated(web_contents, own_web_contents); in CreateInternal()
1287 void AlloyBrowserHostImpl::WebContentsCreated( in WebContentsCreated() function in AlloyBrowserHostImpl
1299 CefBrowserInfoManager::GetInstance()->WebContentsCreated( in WebContentsCreated()
Dalloy_browser_host_impl.h246 void WebContentsCreated(content::WebContents* source_contents,
/third_party/cef/libcef/browser/
Dbrowser_info_manager.h94 void WebContentsCreated(
Dbrowser_platform_delegate.h104 virtual void WebContentsCreated(content::WebContents* web_contents,
Dbrowser_platform_delegate.cc30 void CefBrowserPlatformDelegate::WebContentsCreated( in WebContentsCreated() function in CefBrowserPlatformDelegate
Dbrowser_info_manager.cc233 void CefBrowserInfoManager::WebContentsCreated( in WebContentsCreated() function in CefBrowserInfoManager
/third_party/cef/patch/patches/
Dchrome_browser_browser.patch157 @@ -1800,6 +1871,10 @@ void Browser::WebContentsCreated(WebContents* source_contents,
162 + CALL_CEF_DELEGATE(WebContentsCreated, source_contents,
Dweb_contents_1257_1565.patch111 virtual void WebContentsCreated(WebContents* source_contents,