Home
last modified time | relevance | path

Searched refs:unreachableURL (Results 1 – 24 of 24) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
DWebDataSourceImpl.cpp74 return !DocumentLoader::unreachableURL().isEmpty(); in hasUnreachableURL()
77 WebURL WebDataSourceImpl::unreachableURL() const in unreachableURL() function in blink::WebDataSourceImpl
79 return DocumentLoader::unreachableURL(); in unreachableURL()
DWebDataSourceImpl.h62 virtual WebURL unreachableURL() const OVERRIDE;
DWebRemoteFrameImpl.h86 const WebURL& baseURL, const WebURL& unreachableURL, bool replace) OVERRIDE;
88 const WebData& html, const WebURL& baseURL, const WebURL& unreachableURL,
DWebRemoteFrameImpl.cpp377 const WebURL& baseURL, const WebURL& unreachableURL, bool replace) in loadData() argument
383 const WebData& html, const WebURL& baseURL, const WebURL& unreachableURL, in loadHTMLString() argument
DWebLocalFrameImpl.h139 const WebURL& baseURL, const WebURL& unreachableURL, bool replace) OVERRIDE;
141 const WebData& html, const WebURL& baseURL, const WebURL& unreachableURL,
DWebLocalFrameImpl.cpp868 …, const WebString& textEncoding, const WebURL& baseURL, const WebURL& unreachableURL, bool replace) in loadData() argument
879 if (replace && !unreachableURL.isEmpty() && frame()->loader().provisionalDocumentLoader()) in loadData()
883 …LoadRequest frameRequest(0, request, SubstituteData(data, mimeType, textEncoding, unreachableURL)); in loadData()
889 …dHTMLString(const WebData& data, const WebURL& baseURL, const WebURL& unreachableURL, bool replace) in loadHTMLString() argument
892 … WebString::fromUTF8("text/html"), WebString::fromUTF8("UTF-8"), baseURL, unreachableURL, replace); in loadHTMLString()
DContextMenuClientImpl.cpp96 return ds->hasUnreachableURL() ? ds->unreachableURL() : ds->request().url(); in urlFromFrame()
/external/chromium_org/chrome/renderer/net/
Dnet_error_helper_core.cc149 GURL unreachable_url(error.unreachableURL); in ShouldUseFixUrlServiceForError()
216 params->SetString("urlQuery", PrepareUrlForUpload(error.unreachableURL)); in CreateFixUrlRequestBody()
233 PrepareUrlForUpload(error.unreachableURL)); in CreateClickTrackingUrlRequestBody()
279 FormatURLForDisplay(SanitizeURL(GURL(error.unreachableURL)), is_rtl, in CreateErrorPageParams()
526 committed_error_page_info_->error.unreachableURL == in OnCommitLoad()
527 pending_error_page_info_->error.unreachableURL) { in OnCommitLoad()
540 const GURL& error_url = error.unreachableURL; in OnCommitLoad()
753 pending_error_page_info_->error.unreachableURL); in OnNavigationCorrectionsFetched()
769 updated_error.unreachableURL = error.unreachableURL; in GetUpdatedError()
870 GURL error_url = committed_error_page_info_->error.unreachableURL; in ShouldSuppressErrorPage()
[all …]
Dnet_error_helper.cc186 error.unreachableURL, is_failed_post, in GenerateLocalizedErrorPage()
223 error.unreachableURL, in UpdateErrorPage()
Dnet_error_helper_core_unittest.cc112 error.unreachableURL.string().utf8().c_str(), in ErrorToString()
119 error.unreachableURL = GURL(kFailedUrl); in ProbeError()
128 error.unreachableURL = GURL(kFailedUrl); in NetError()
1115 error.unreachableURL = GURL(kFailedHttpsUrl); in TEST_F()
1120 probe_error.unreachableURL = GURL(kFailedHttpsUrl); in TEST_F()
1141 final_probe_error.unreachableURL = GURL(kFailedHttpsUrl); in TEST_F()
/external/chromium_org/third_party/WebKit/Source/platform/exported/
DWebURLError.cpp54 unreachableURL = KURL(ParsedURLString, error.failingURL()); in operator =()
66 CString spec = unreachableURL.spec(); in operator ResourceError()
/external/chromium_org/third_party/WebKit/public/platform/
DWebURLError.h64 WebURL unreachableURL; member
/external/chromium_org/third_party/WebKit/public/web/
DWebDataSource.h69 virtual WebURL unreachableURL() const = 0;
DWebFrame.h359 const WebURL& unreachableURL = WebURL(),
366 const WebURL& unreachableURL = WebURL(),
/external/chromium_org/third_party/WebKit/Source/core/loader/
DDocumentLoader.cpp151 return unreachableURL().isEmpty() ? url() : unreachableURL(); in urlForHistory()
674 const KURL& DocumentLoader::unreachableURL() const in unreachableURL() function in WebCore::DocumentLoader
DDocumentLoader.h98 const KURL& unreachableURL() const;
/external/chromium_org/mojo/examples/html_viewer/
Dblink_platform_impl.cc164 error.unreachableURL = url; in cancelledError()
/external/chromium_org/content/child/
Dblink_platform_impl.cc434 const WebURL& unreachableURL) const { in cancelledError()
435 return WebURLLoaderImpl::CreateError(unreachableURL, false, net::ERR_ABORTED); in cancelledError()
Dweb_url_loader_impl.cc710 error.unreachableURL = unreachable_url; in CreateError()
848 error.unreachableURL = final_url; in loadSynchronously()
/external/chromium_org/content/renderer/
Drender_view_browsertest.cc1527 error.unreachableURL = GURL("http://foo"); in TEST_F()
1549 error.unreachableURL = GURL("http://foo"); in TEST_F()
2132 error.unreachableURL = GURL("http://example.com/suppress"); in TEST_F()
2161 error.unreachableURL = GURL("http://example.com/dont-suppress"); in TEST_F()
Drender_frame_impl.cc231 return ds->unreachableURL(); in GetOriginalRequestURL()
1244 error.unreachableURL, in LoadNavigationErrorPage()
1825 params.url = error.unreachableURL; in didFailProvisionalLoad()
1843 error.unreachableURL)) { in didFailProvisionalLoad()
2580 error.unreachableURL = frame->document().url(); in didFinishResourceLoad()
3502 return ds->unreachableURL(); in GetLoadingUrl()
/external/chromium_org/content/shell/renderer/
Dwebkit_test_runner.cc352 domain.c_str(), code, error.unreachableURL.spec().data()); in makeURLErrorDescription()
/external/chromium_org/chrome/renderer/
Dchrome_content_renderer_client.cc1043 const GURL failed_url = error.unreachableURL; in GetNavigationErrorStrings()
/external/chromium_org/third_party/WebKit/Source/web/tests/
DWebFrameTest.cpp4174 …MLString("This should appear", toKURL("data:text/html,chromewebdata"), error.unreachableURL, true); in didFailProvisionalLoad()