Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/ui/webui/
Dweb_dialog_web_contents_delegate_unittest.cc75 test_web_contents_delegate_->UpdateTargetURL(NULL, GURL()); in TEST_F()
/external/chromium_org/components/web_contents_delegate_android/
Dweb_contents_delegate_android.h82 virtual void UpdateTargetURL(content::WebContents* source,
Dweb_contents_delegate_android.cc277 void WebContentsDelegateAndroid::UpdateTargetURL(WebContents* source, in UpdateTargetURL() function in web_contents_delegate_android::WebContentsDelegateAndroid
/external/chromium_org/content/browser/renderer_host/
Drender_view_host_delegate.h113 virtual void UpdateTargetURL(const GURL& url) {} in UpdateTargetURL() function
Drender_view_host_impl.cc1104 delegate_->UpdateTargetURL(url); in OnUpdateTargetURL()
/external/chromium_org/content/public/browser/
Dweb_contents_delegate.h146 virtual void UpdateTargetURL(WebContents* source, in UpdateTargetURL() function
/external/chromium_org/chrome/browser/ui/
Dbrowser.h563 virtual void UpdateTargetURL(content::WebContents* source,
Dbrowser.cc1431 void Browser::UpdateTargetURL(WebContents* source, const GURL& url) { in UpdateTargetURL() function in Browser
/external/chromium_org/content/renderer/
Drender_view_impl.h801 void UpdateTargetURL(const GURL& url, const GURL& fallback_url);
Drender_view_impl.cc1894 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/
Dweb_contents_impl.cc2623 UpdateTargetURL(GURL()); in DidNavigateMainFramePostCommit()
3675 void WebContentsImpl::UpdateTargetURL(const GURL& url) { in UpdateTargetURL() function in content::WebContentsImpl
3677 delegate_->UpdateTargetURL(this, url); in UpdateTargetURL()
Dweb_contents_impl.h417 virtual void UpdateTargetURL(const GURL& url) OVERRIDE; in NON_EXPORTED_BASE()