Searched refs:UpdateTargetURL (Results 1 – 12 of 12) sorted by relevance
/external/chromium_org/chrome/browser/ui/webui/ |
D | web_dialog_web_contents_delegate_unittest.cc | 75 test_web_contents_delegate_->UpdateTargetURL(NULL, GURL()); in TEST_F()
|
/external/chromium_org/components/web_contents_delegate_android/ |
D | web_contents_delegate_android.h | 82 virtual void UpdateTargetURL(content::WebContents* source,
|
D | web_contents_delegate_android.cc | 277 void WebContentsDelegateAndroid::UpdateTargetURL(WebContents* source, in UpdateTargetURL() function in web_contents_delegate_android::WebContentsDelegateAndroid
|
/external/chromium_org/content/browser/renderer_host/ |
D | render_view_host_delegate.h | 113 virtual void UpdateTargetURL(const GURL& url) {} in UpdateTargetURL() function
|
D | render_view_host_impl.cc | 1104 delegate_->UpdateTargetURL(url); in OnUpdateTargetURL()
|
/external/chromium_org/content/public/browser/ |
D | web_contents_delegate.h | 146 virtual void UpdateTargetURL(WebContents* source, in UpdateTargetURL() function
|
/external/chromium_org/chrome/browser/ui/ |
D | browser.h | 563 virtual void UpdateTargetURL(content::WebContents* source,
|
D | browser.cc | 1431 void Browser::UpdateTargetURL(WebContents* source, const GURL& url) { in UpdateTargetURL() function in Browser
|
/external/chromium_org/content/renderer/ |
D | render_view_impl.h | 801 void UpdateTargetURL(const GURL& url, const GURL& fallback_url);
|
D | render_view_impl.cc | 1894 void RenderViewImpl::UpdateTargetURL(const GURL& url, in UpdateTargetURL() function in content::RenderViewImpl 1954 UpdateTargetURL(mouse_over_url_, focus_url_); in setMouseOverURL() 1959 UpdateTargetURL(focus_url_, mouse_over_url_); in setKeyboardFocusURL()
|
/external/chromium_org/content/browser/web_contents/ |
D | web_contents_impl.cc | 2623 UpdateTargetURL(GURL()); in DidNavigateMainFramePostCommit() 3675 void WebContentsImpl::UpdateTargetURL(const GURL& url) { in UpdateTargetURL() function in content::WebContentsImpl 3677 delegate_->UpdateTargetURL(this, url); in UpdateTargetURL()
|
D | web_contents_impl.h | 417 virtual void UpdateTargetURL(const GURL& url) OVERRIDE; in NON_EXPORTED_BASE()
|