Home
last modified time | relevance | path

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

/third_party/cef/patch/patches/
Dchrome_browser_browser.patch133 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/
Dchrome_browser_delegate.cc161 void ChromeBrowserDelegate::UpdateTargetURL(content::WebContents* source, in UpdateTargetURL() function in ChromeBrowserDelegate
164 delegate->UpdateTargetURL(source, url); in UpdateTargetURL()
Dchrome_browser_delegate.h74 void UpdateTargetURL(content::WebContents* source, const GURL& url) override;
/third_party/cef/libcef/browser/
Dbrowser_contents_delegate.h92 void UpdateTargetURL(content::WebContents* source, const GURL& url) override;
Dbrowser_contents_delegate.cc124 void CefBrowserContentsDelegate::UpdateTargetURL(content::WebContents* source, in UpdateTargetURL() function in CefBrowserContentsDelegate
/third_party/cef/libcef/browser/alloy/
Dalloy_browser_host_impl.h216 void UpdateTargetURL(content::WebContents* source, const GURL& url) override;
Dalloy_browser_host_impl.cc1185 void AlloyBrowserHostImpl::UpdateTargetURL(content::WebContents* source, in UpdateTargetURL() function in AlloyBrowserHostImpl
1187 contents_delegate_->UpdateTargetURL(source, url); in UpdateTargetURL()