Searched defs:unreachableURL (Results 1 - 5 of 5) 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/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 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);
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DDocumentLoader.cpp155 return unreachableURL().isEmpty() ? url() : unreachableURL();
691 const KURL& DocumentLoader::unreachableURL() const function in class:blink::DocumentLoader

Completed in 323 milliseconds