Searched refs:UpdateTargetURL (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/chrome/browser/ui/webui/
H A Dweb_dialog_web_contents_delegate_unittest.cc75 test_web_contents_delegate_->UpdateTargetURL(NULL, GURL());
/external/chromium_org/components/web_contents_delegate_android/
H A Dweb_contents_delegate_android.h82 virtual void UpdateTargetURL(content::WebContents* source,
H A Dweb_contents_delegate_android.cc277 void WebContentsDelegateAndroid::UpdateTargetURL(WebContents* source, function in class:web_contents_delegate_android::WebContentsDelegateAndroid
/external/chromium_org/content/browser/renderer_host/
H A Drender_view_host_delegate.h113 virtual void UpdateTargetURL(const GURL& url) {} function in class:content::RenderViewHostDelegate
H A Drender_view_host_impl.cc1104 delegate_->UpdateTargetURL(url);
/external/chromium_org/content/public/browser/
H A Dweb_contents_delegate.h146 virtual void UpdateTargetURL(WebContents* source, function in class:content::WebContentsDelegate
/external/chromium_org/chrome/browser/ui/
H A Dbrowser.h563 virtual void UpdateTargetURL(content::WebContents* source,
H A Dbrowser.cc1431 void Browser::UpdateTargetURL(WebContents* source, const GURL& url) { function in class:Browser
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl.h417 virtual void UpdateTargetURL(const GURL& url) OVERRIDE;
H A Dweb_contents_impl.cc2623 UpdateTargetURL(GURL());
3675 void WebContentsImpl::UpdateTargetURL(const GURL& url) { function in class:content::WebContentsImpl
3677 delegate_->UpdateTargetURL(this, url);
/external/chromium_org/content/renderer/
H A Drender_view_impl.h801 void UpdateTargetURL(const GURL& url, const GURL& fallback_url);
H A Drender_view_impl.cc1894 void RenderViewImpl::UpdateTargetURL(const GURL& url, function in class:content::RenderViewImpl
1954 UpdateTargetURL(mouse_over_url_, focus_url_);
1959 UpdateTargetURL(focus_url_, mouse_over_url_);

Completed in 1736 milliseconds