Searched refs:failed_url (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chrome/common/
H A Dlocalized_error.h56 const GURL& failed_url,
H A Dlocalized_error.cc504 const GURL& failed_url,
537 failed_url.scheme() == "file") {
546 failed_url, accept_languages, net::kFormatUrlOmitNothing,
572 summary->SetString("hostName", net::IDNToUnicode(failed_url.host(),
663 reload_button->SetString("reloadUrl", failed_url.spec());
855 base::string16 failed_url(base::ASCIIToUTF16(display_url.spec()));
858 base::i18n::WrapStringWithLTRFormatting(&failed_url);
861 failed_url.c_str()));
502 GetStrings(int error_code, const std::string& error_domain, const GURL& failed_url, bool is_post, bool show_stale_load_button, const std::string& locale, const std::string& accept_languages, scoped_ptr<ErrorPageParams> params, base::DictionaryValue* error_strings) argument
/external/chromium_org/content/browser/loader/
H A Dresource_dispatcher_host_browsertest.cc356 GURL failed_url = net::URLRequestFailedJob::GetMockHttpUrl( local
358 NavigateToURL(shell(), failed_url); local
401 GURL failed_url = net::URLRequestFailedJob::GetMockHttpUrl( local
404 NavigateToURL(shell(), failed_url); local
409 NavigateToURL(shell(), failed_url); local
/external/chromium_org/chrome/renderer/net/
H A Dnet_error_helper.h92 const GURL& failed_url) OVERRIDE;
H A Dnet_error_helper_core.h64 const GURL& failed_url) = 0;
H A Dnet_error_helper.cc202 const GURL& failed_url) {
207 frame->loadHTMLString(html, GURL(kUnreachableWebDataURL), failed_url, true);
201 LoadErrorPageInMainFrame(const std::string& html, const GURL& failed_url) argument
H A Dnet_error_helper_core_unittest.cc310 const GURL& failed_url) OVERRIDE {
/external/chromium_org/chrome/renderer/
H A Dchrome_content_renderer_client.cc1098 const GURL failed_url = error.unreachableURL; local
1102 if (failed_url.is_valid() &&
1103 !failed_url.SchemeIs(extensions::kExtensionScheme)) {
1105 failed_url);
1124 LocalizedError::GetAppErrorStrings(failed_url, extension,

Completed in 3353 milliseconds