Searched refs:source_contents (Results 1 – 7 of 7) sorted by relevance
/third_party/cef/libcef/browser/chrome/ |
D | chrome_browser_delegate.cc | 76 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()
|
D | chrome_browser_delegate.h | 56 void WebContentsCreated(content::WebContents* source_contents, 62 void AddNewContents(content::WebContents* source_contents,
|
D | chrome_browser_host_impl.cc | 389 nav_params.source_contents = GetWebContents(); in Navigate()
|
/third_party/cef/patch/patches/ |
D | chrome_browser_browser.patch | 104 nav_params.source_contents = source; 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,
|
/third_party/cef/libcef/browser/alloy/ |
D | alloy_browser_host_impl.h | 246 void WebContentsCreated(content::WebContents* source_contents,
|
D | alloy_browser_host_impl.cc | 1288 content::WebContents* source_contents, in WebContentsCreated() argument 1312 GetBrowserForContents(source_contents); in WebContentsCreated()
|