Home
last modified time | relevance | path

Searched refs:SetAltErrorPageURL (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/ui/
Dalternate_error_tab_observer.cc95 rvh->SetAltErrorPageURL(GetAlternateErrorPageURL()); in UpdateAlternateErrorPageURL()
/external/chromium_org/content/public/browser/
Drender_view_host.h249 virtual void SetAltErrorPageURL(const GURL& url) = 0;
/external/chromium_org/content/browser/renderer_host/
Drender_view_host_impl.h207 virtual void SetAltErrorPageURL(const GURL& url) OVERRIDE;
Drender_view_host_impl.cc2062 void RenderViewHostImpl::SetAltErrorPageURL(const GURL& url) { in SetAltErrorPageURL() function in content::RenderViewHostImpl