Searched refs:AddNewContents (Results 1 – 11 of 11) sorted by relevance
/third_party/cef/libcef/browser/chrome/ |
D | chrome_browser_delegate.cc | 114 void ChromeBrowserDelegate::AddNewContents( in AddNewContents() function in ChromeBrowserDelegate 126 new_browser->AddNewContents(std::move(new_contents)); in AddNewContents()
|
D | chrome_browser_delegate.h | 62 void AddNewContents(content::WebContents* source_contents,
|
D | chrome_browser_host_impl.h | 149 void AddNewContents(std::unique_ptr<content::WebContents> contents);
|
D | chrome_browser_host_impl.cc | 96 void ChromeBrowserHostImpl::AddNewContents( in AddNewContents() function in ChromeBrowserHostImpl
|
/third_party/cef/libcef/browser/alloy/ |
D | browser_platform_delegate_alloy.cc | 122 void CefBrowserPlatformDelegateAlloy::AddNewContents( in AddNewContents() function in CefBrowserPlatformDelegateAlloy 144 extension_host_->AddNewContents(source, std::move(new_contents), target_url, in AddNewContents()
|
D | browser_platform_delegate_alloy.h | 29 void AddNewContents(content::WebContents* source,
|
D | alloy_browser_host_impl.h | 206 void AddNewContents(content::WebContents* source,
|
D | alloy_browser_host_impl.cc | 1122 void AlloyBrowserHostImpl::AddNewContents( in AddNewContents() function in AlloyBrowserHostImpl 1130 platform_delegate_->AddNewContents(source, std::move(new_contents), in AddNewContents()
|
/third_party/cef/patch/patches/ |
D | chrome_browser_browser.patch | 105 @@ -1632,6 +1679,15 @@ void Browser::AddNewContents(WebContents* source, 111 + cef_browser_delegate_->AddNewContents(
|
/third_party/cef/libcef/browser/ |
D | browser_platform_delegate.h | 111 virtual void AddNewContents(
|
D | browser_platform_delegate.cc | 40 void CefBrowserPlatformDelegate::AddNewContents( in AddNewContents() function in CefBrowserPlatformDelegate
|