Searched refs:UpdateTargetURL (Results 1 – 7 of 7) sorted by relevance
/third_party/cef/patch/patches/ |
D | chrome_browser_browser.patch | 133 void Browser::UpdateTargetURL(WebContents* source, const GURL& url) { 134 + CALL_CEF_DELEGATE(UpdateTargetURL, source, url); 139 @@ -1684,6 +1744,17 @@ void Browser::UpdateTargetURL(WebContents* source, const GURL& url) { 267 void UpdateTargetURL(content::WebContents* source, const GURL& url) override;
|
/third_party/cef/libcef/browser/chrome/ |
D | chrome_browser_delegate.cc | 161 void ChromeBrowserDelegate::UpdateTargetURL(content::WebContents* source, in UpdateTargetURL() function in ChromeBrowserDelegate 164 delegate->UpdateTargetURL(source, url); in UpdateTargetURL()
|
D | chrome_browser_delegate.h | 74 void UpdateTargetURL(content::WebContents* source, const GURL& url) override;
|
/third_party/cef/libcef/browser/ |
D | browser_contents_delegate.h | 92 void UpdateTargetURL(content::WebContents* source, const GURL& url) override;
|
D | browser_contents_delegate.cc | 124 void CefBrowserContentsDelegate::UpdateTargetURL(content::WebContents* source, in UpdateTargetURL() function in CefBrowserContentsDelegate
|
/third_party/cef/libcef/browser/alloy/ |
D | alloy_browser_host_impl.h | 216 void UpdateTargetURL(content::WebContents* source, const GURL& url) override;
|
D | alloy_browser_host_impl.cc | 1185 void AlloyBrowserHostImpl::UpdateTargetURL(content::WebContents* source, in UpdateTargetURL() function in AlloyBrowserHostImpl 1187 contents_delegate_->UpdateTargetURL(source, url); in UpdateTargetURL()
|