Searched refs:unreachableURL (Results 1 - 25 of 25) sorted by relevance

/external/chromium_org/third_party/WebKit/public/platform/
H A DWebURLError.h53 // A flag showing whether or not "unreachableURL" has a copy in the
62 WebURL unreachableURL; member in struct:blink::WebURLError
/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DWebURLError.cpp52 unreachableURL = KURL(ParsedURLString, error.failingURL());
64 CString spec = unreachableURL.spec();
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebDataSourceImpl.cpp72 return !DocumentLoader::unreachableURL().isEmpty();
75 WebURL WebDataSourceImpl::unreachableURL() const function in class:blink::WebDataSourceImpl
77 return DocumentLoader::unreachableURL();
H A DWebDataSourceImpl.h62 virtual WebURL unreachableURL() const OVERRIDE;
H A DWebRemoteFrameImpl.h87 const WebURL& baseURL, const WebURL& unreachableURL, bool replace) OVERRIDE;
89 const WebData& html, const WebURL& baseURL, const WebURL& unreachableURL,
H A DWebLocalFrameImpl.h136 const WebURL& baseURL, const WebURL& unreachableURL, bool replace) OVERRIDE;
138 const WebData& html, const WebURL& baseURL, const WebURL& unreachableURL,
H A DWebRemoteFrameImpl.cpp427 const WebURL& baseURL, const WebURL& unreachableURL, bool replace)
433 const WebData& html, const WebURL& baseURL, const WebURL& unreachableURL,
425 loadData( const WebData&, const WebString& mimeType, const WebString& textEncoding, const WebURL& baseURL, const WebURL& unreachableURL, bool replace) argument
432 loadHTMLString( const WebData& html, const WebURL& baseURL, const WebURL& unreachableURL, bool replace) argument
H A DWebLocalFrameImpl.cpp863 void WebLocalFrameImpl::loadData(const WebData& data, const WebString& mimeType, const WebString& textEncoding, const WebURL& baseURL, const WebURL& unreachableURL, bool replace) argument
870 // we only do this when there is an unreachableURL since a non-empty
871 // unreachableURL informs FrameLoader::reload to load unreachableURL
874 if (replace && !unreachableURL.isEmpty() && frame()->loader().provisionalDocumentLoader())
878 FrameLoadRequest frameRequest(0, request, SubstituteData(data, mimeType, textEncoding, unreachableURL));
884 void WebLocalFrameImpl::loadHTMLString(const WebData& data, const WebURL& baseURL, const WebURL& unreachableURL, bool replace) argument
887 loadData(data, WebString::fromUTF8("text/html"), WebString::fromUTF8("UTF-8"), baseURL, unreachableURL, replace);
H A DContextMenuClientImpl.cpp96 return ds->hasUnreachableURL() ? ds->unreachableURL() : ds->request().url();
/external/chromium_org/third_party/WebKit/public/web/
H A DWebDataSource.h67 // there may be an associated unreachableURL.
69 virtual WebURL unreachableURL() const = 0;
H A DWebFrame.h353 // unreachableURL is reported via WebDataSource::unreachableURL. If
360 const WebURL& unreachableURL = WebURL(),
367 const WebURL& unreachableURL = WebURL(),
/external/chromium_org/chrome/renderer/net/
H A Dnet_error_helper_core.cc149 GURL unreachable_url(error.unreachableURL);
216 params->SetString("urlQuery", PrepareUrlForUpload(error.unreachableURL));
233 PrepareUrlForUpload(error.unreachableURL));
279 FormatURLForDisplay(SanitizeURL(GURL(error.unreachableURL)), is_rtl,
526 committed_error_page_info_->error.unreachableURL ==
527 pending_error_page_info_->error.unreachableURL) {
540 const GURL& error_url = error.unreachableURL;
753 pending_error_page_info_->error.unreachableURL);
769 updated_error.unreachableURL = error.unreachableURL;
[all...]
H A Dnet_error_helper.cc186 error.unreachableURL, is_failed_post,
223 error.unreachableURL,
H A Dnet_error_helper_core_unittest.cc112 error.unreachableURL.string().utf8().c_str(),
119 error.unreachableURL = GURL(kFailedUrl);
128 error.unreachableURL = GURL(kFailedUrl);
1115 error.unreachableURL = GURL(kFailedHttpsUrl);
1120 probe_error.unreachableURL = GURL(kFailedHttpsUrl);
1141 final_probe_error.unreachableURL = GURL(kFailedHttpsUrl);
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DDocumentLoader.h91 const KURL& unreachableURL() const;
H A DDocumentLoader.cpp155 return unreachableURL().isEmpty() ? url() : unreachableURL();
691 const KURL& DocumentLoader::unreachableURL() const function in class:blink::DocumentLoader
/external/chromium_org/mojo/services/html_viewer/
H A Dblink_platform_impl.cc199 error.unreachableURL = url;
H A Dweburlloader_impl.cc163 web_error.unreachableURL = GURL(url_response->url);
/external/chromium_org/content/child/
H A Dblink_platform_impl.cc464 const WebURL& unreachableURL) const {
465 return WebURLLoaderImpl::CreateError(unreachableURL, false, net::ERR_ABORTED);
H A Dweb_url_loader_impl.cc732 error.unreachableURL = unreachable_url;
878 error.unreachableURL = final_url;
/external/chromium_org/content/renderer/
H A Drender_view_browsertest.cc1594 error.unreachableURL = GURL("http://foo");
1617 error.unreachableURL = GURL("http://foo");
2203 error.unreachableURL = GURL("http://example.com/suppress");
2233 error.unreachableURL = GURL("http://example.com/dont-suppress");
H A Drender_frame_impl.cc239 // frame was loaded by loadData, the original url will be ds->unreachableURL()
246 return ds->unreachableURL();
1450 error.unreachableURL,
2076 params.url = error.unreachableURL;
2094 error.unreachableURL)) {
2872 error.unreachableURL = frame->document().url();
3848 return ds->unreachableURL();
/external/chromium_org/content/shell/renderer/
H A Dwebkit_test_runner.cc363 domain.c_str(), code, error.unreachableURL.spec().data());
/external/chromium_org/chrome/renderer/
H A Dchrome_content_renderer_client.cc1098 const GURL failed_url = error.unreachableURL;
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DWebFrameTest.cpp4342 frame->loadHTMLString("This should appear", toKURL("data:text/html,chromewebdata"), error.unreachableURL, true);

Completed in 3384 milliseconds