/third_party/cef/libcef/browser/chrome/ |
D | browser_platform_delegate_chrome.cc | 18 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()
|
D | browser_platform_delegate_chrome.h | 22 void WebContentsCreated(content::WebContents* web_contents,
|
D | chrome_browser_delegate.cc | 75 void ChromeBrowserDelegate::WebContentsCreated( in WebContentsCreated() function in ChromeBrowserDelegate 87 CefBrowserInfoManager::GetInstance()->WebContentsCreated( in WebContentsCreated()
|
D | chrome_browser_delegate.h | 56 void WebContentsCreated(content::WebContents* source_contents,
|
D | chrome_browser_host_impl.cc | 495 platform_delegate_->WebContentsCreated(web_contents, in Attach()
|
/third_party/cef/libcef/browser/chrome/views/ |
D | browser_platform_delegate_chrome_views.cc | 63 void CefBrowserPlatformDelegateChromeViews::WebContentsCreated( in WebContentsCreated() function in CefBrowserPlatformDelegateChromeViews 66 CefBrowserPlatformDelegateChrome::WebContentsCreated(web_contents, owned); in WebContentsCreated() 67 browser_view_->WebContentsCreated(web_contents); in WebContentsCreated()
|
D | browser_platform_delegate_chrome_views.h | 20 void WebContentsCreated(content::WebContents* web_contents,
|
/third_party/cef/libcef/browser/views/ |
D | browser_platform_delegate_views.cc | 70 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()
|
D | browser_view_impl.h | 48 void WebContentsCreated(content::WebContents* web_contents);
|
D | browser_platform_delegate_views.h | 24 void WebContentsCreated(content::WebContents* web_contents,
|
D | browser_view_impl.cc | 84 void CefBrowserViewImpl::WebContentsCreated( in WebContentsCreated() function in CefBrowserViewImpl
|
/third_party/cef/libcef/browser/osr/ |
D | browser_platform_delegate_osr.cc | 43 void CefBrowserPlatformDelegateOsr::WebContentsCreated( in WebContentsCreated() function in CefBrowserPlatformDelegateOsr 46 CefBrowserPlatformDelegateAlloy::WebContentsCreated(web_contents, owned); in WebContentsCreated() 52 view_osr_->WebContentsCreated(web_contents); in WebContentsCreated()
|
D | web_contents_view_osr.h | 35 void WebContentsCreated(content::WebContents* web_contents);
|
D | web_contents_view_osr.cc | 27 void CefWebContentsViewOSR::WebContentsCreated( in WebContentsCreated() function in CefWebContentsViewOSR
|
D | browser_platform_delegate_osr.h | 27 void WebContentsCreated(content::WebContents* web_contents,
|
/third_party/cef/libcef/browser/alloy/ |
D | browser_platform_delegate_alloy.cc | 111 void CefBrowserPlatformDelegateAlloy::WebContentsCreated( in WebContentsCreated() function in CefBrowserPlatformDelegateAlloy 114 CefBrowserPlatformDelegate::WebContentsCreated(web_contents, owned); in WebContentsCreated()
|
D | browser_platform_delegate_alloy.h | 27 void WebContentsCreated(content::WebContents* web_contents,
|
D | alloy_browser_host_impl.cc | 233 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()
|
D | alloy_browser_host_impl.h | 246 void WebContentsCreated(content::WebContents* source_contents,
|
/third_party/cef/libcef/browser/ |
D | browser_info_manager.h | 94 void WebContentsCreated(
|
D | browser_platform_delegate.h | 104 virtual void WebContentsCreated(content::WebContents* web_contents,
|
D | browser_platform_delegate.cc | 30 void CefBrowserPlatformDelegate::WebContentsCreated( in WebContentsCreated() function in CefBrowserPlatformDelegate
|
D | browser_info_manager.cc | 233 void CefBrowserInfoManager::WebContentsCreated( in WebContentsCreated() function in CefBrowserInfoManager
|
/third_party/cef/patch/patches/ |
D | chrome_browser_browser.patch | 157 @@ -1800,6 +1871,10 @@ void Browser::WebContentsCreated(WebContents* source_contents, 162 + CALL_CEF_DELEGATE(WebContentsCreated, source_contents,
|
D | web_contents_1257_1565.patch | 111 virtual void WebContentsCreated(WebContents* source_contents,
|