/external/chromium_org/third_party/WebKit/Source/web/ |
D | WebDataSourceImpl.cpp | 74 return !DocumentLoader::unreachableURL().isEmpty(); in hasUnreachableURL() 77 WebURL WebDataSourceImpl::unreachableURL() const in unreachableURL() function in blink::WebDataSourceImpl 79 return DocumentLoader::unreachableURL(); in unreachableURL()
|
D | WebDataSourceImpl.h | 62 virtual WebURL unreachableURL() const OVERRIDE;
|
D | WebRemoteFrameImpl.h | 86 const WebURL& baseURL, const WebURL& unreachableURL, bool replace) OVERRIDE; 88 const WebData& html, const WebURL& baseURL, const WebURL& unreachableURL,
|
D | WebRemoteFrameImpl.cpp | 377 const WebURL& baseURL, const WebURL& unreachableURL, bool replace) in loadData() argument 383 const WebData& html, const WebURL& baseURL, const WebURL& unreachableURL, in loadHTMLString() argument
|
D | WebLocalFrameImpl.h | 139 const WebURL& baseURL, const WebURL& unreachableURL, bool replace) OVERRIDE; 141 const WebData& html, const WebURL& baseURL, const WebURL& unreachableURL,
|
D | WebLocalFrameImpl.cpp | 868 …, 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()
|
D | ContextMenuClientImpl.cpp | 96 return ds->hasUnreachableURL() ? ds->unreachableURL() : ds->request().url(); in urlFromFrame()
|
/external/chromium_org/chrome/renderer/net/ |
D | net_error_helper_core.cc | 149 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 …]
|
D | net_error_helper.cc | 186 error.unreachableURL, is_failed_post, in GenerateLocalizedErrorPage() 223 error.unreachableURL, in UpdateErrorPage()
|
D | net_error_helper_core_unittest.cc | 112 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/ |
D | WebURLError.cpp | 54 unreachableURL = KURL(ParsedURLString, error.failingURL()); in operator =() 66 CString spec = unreachableURL.spec(); in operator ResourceError()
|
/external/chromium_org/third_party/WebKit/public/platform/ |
D | WebURLError.h | 64 WebURL unreachableURL; member
|
/external/chromium_org/third_party/WebKit/public/web/ |
D | WebDataSource.h | 69 virtual WebURL unreachableURL() const = 0;
|
D | WebFrame.h | 359 const WebURL& unreachableURL = WebURL(), 366 const WebURL& unreachableURL = WebURL(),
|
/external/chromium_org/third_party/WebKit/Source/core/loader/ |
D | DocumentLoader.cpp | 151 return unreachableURL().isEmpty() ? url() : unreachableURL(); in urlForHistory() 674 const KURL& DocumentLoader::unreachableURL() const in unreachableURL() function in WebCore::DocumentLoader
|
D | DocumentLoader.h | 98 const KURL& unreachableURL() const;
|
/external/chromium_org/mojo/examples/html_viewer/ |
D | blink_platform_impl.cc | 164 error.unreachableURL = url; in cancelledError()
|
/external/chromium_org/content/child/ |
D | blink_platform_impl.cc | 434 const WebURL& unreachableURL) const { in cancelledError() 435 return WebURLLoaderImpl::CreateError(unreachableURL, false, net::ERR_ABORTED); in cancelledError()
|
D | web_url_loader_impl.cc | 710 error.unreachableURL = unreachable_url; in CreateError() 848 error.unreachableURL = final_url; in loadSynchronously()
|
/external/chromium_org/content/renderer/ |
D | render_view_browsertest.cc | 1527 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()
|
D | render_frame_impl.cc | 231 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/ |
D | webkit_test_runner.cc | 352 domain.c_str(), code, error.unreachableURL.spec().data()); in makeURLErrorDescription()
|
/external/chromium_org/chrome/renderer/ |
D | chrome_content_renderer_client.cc | 1043 const GURL failed_url = error.unreachableURL; in GetNavigationErrorStrings()
|
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
D | WebFrameTest.cpp | 4174 …MLString("This should appear", toKURL("data:text/html,chromewebdata"), error.unreachableURL, true); in didFailProvisionalLoad()
|