Home
last modified time | relevance | path

Searched refs:AddNewContents (Results 1 – 11 of 11) sorted by relevance

/third_party/cef/libcef/browser/chrome/
Dchrome_browser_delegate.cc114 void ChromeBrowserDelegate::AddNewContents( in AddNewContents() function in ChromeBrowserDelegate
126 new_browser->AddNewContents(std::move(new_contents)); in AddNewContents()
Dchrome_browser_delegate.h62 void AddNewContents(content::WebContents* source_contents,
Dchrome_browser_host_impl.h149 void AddNewContents(std::unique_ptr<content::WebContents> contents);
Dchrome_browser_host_impl.cc96 void ChromeBrowserHostImpl::AddNewContents( in AddNewContents() function in ChromeBrowserHostImpl
/third_party/cef/libcef/browser/alloy/
Dbrowser_platform_delegate_alloy.cc122 void CefBrowserPlatformDelegateAlloy::AddNewContents( in AddNewContents() function in CefBrowserPlatformDelegateAlloy
144 extension_host_->AddNewContents(source, std::move(new_contents), target_url, in AddNewContents()
Dbrowser_platform_delegate_alloy.h29 void AddNewContents(content::WebContents* source,
Dalloy_browser_host_impl.h206 void AddNewContents(content::WebContents* source,
Dalloy_browser_host_impl.cc1122 void AlloyBrowserHostImpl::AddNewContents( in AddNewContents() function in AlloyBrowserHostImpl
1130 platform_delegate_->AddNewContents(source, std::move(new_contents), in AddNewContents()
/third_party/cef/patch/patches/
Dchrome_browser_browser.patch105 @@ -1632,6 +1679,15 @@ void Browser::AddNewContents(WebContents* source,
111 + cef_browser_delegate_->AddNewContents(
/third_party/cef/libcef/browser/
Dbrowser_platform_delegate.h111 virtual void AddNewContents(
Dbrowser_platform_delegate.cc40 void CefBrowserPlatformDelegate::AddNewContents( in AddNewContents() function in CefBrowserPlatformDelegate