Home
last modified time | relevance | path

Searched refs:source_contents (Results 1 – 7 of 7) sorted by relevance

/third_party/cef/libcef/browser/chrome/
Dchrome_browser_delegate.cc76 content::WebContents* source_contents, in WebContentsCreated() argument
93 auto opener = ChromeBrowserHostImpl::GetBrowserForContents(source_contents); in WebContentsCreated()
115 content::WebContents* source_contents, in AddNewContents() argument
131 chrome::AddWebContents(browser_, source_contents, std::move(new_contents), in AddNewContents()
Dchrome_browser_delegate.h56 void WebContentsCreated(content::WebContents* source_contents,
62 void AddNewContents(content::WebContents* source_contents,
Dchrome_browser_host_impl.cc389 nav_params.source_contents = GetWebContents(); in Navigate()
/third_party/cef/patch/patches/
Dchrome_browser_browser.patch104 nav_params.source_contents = source;
157 @@ -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,
/third_party/cef/libcef/browser/alloy/
Dalloy_browser_host_impl.h246 void WebContentsCreated(content::WebContents* source_contents,
Dalloy_browser_host_impl.cc1288 content::WebContents* source_contents, in WebContentsCreated() argument
1312 GetBrowserForContents(source_contents); in WebContentsCreated()