Searched defs:failingURL (Results 1 - 19 of 19) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/network/cf/
H A DSocketStreamError.h45 SocketStreamError(int errorCode, const String& failingURL, const String& localizedDescription) argument
H A DResourceError.h53 ResourceError(const String& domain, int errorCode, const String& failingURL, const String& localizedDescription) argument
H A DResourceErrorCF.cpp52 ResourceError::ResourceError(const String& domain, int errorCode, const String& failingURL, const String& localizedDescription, CFDataRef certificate) argument
106 CFURLRef failingURL = (CFURLRef) CFDictionaryGetValue(userInfo.get(), failingURLKey); local
/macosx-10.9.5/WebCore-7537.78.1/platform/network/curl/
H A DResourceError.h40 ResourceError(const String& domain, int errorCode, const String& failingURL, const String& localizedDescription) argument
/macosx-10.9.5/WebCore-7537.78.1/platform/network/qt/
H A DResourceError.h40 ResourceError(const String& domain, int errorCode, const String& failingURL, const String& localizedDescription) argument
/macosx-10.9.5/WebCore-7537.78.1/platform/network/win/
H A DResourceError.h38 ResourceError(const String& domain, int errorCode, const String& failingURL, const String& localizedDescription) argument
/macosx-10.9.5/WebCore-7537.78.1/platform/network/blackberry/
H A DResourceError.h35 ResourceError(const String& domain, int errorCode, const String& failingURL, const String& localizedDescription) argument
/macosx-10.9.5/WebKit2-7537.78.2/Shared/Downloads/efl/
H A DDownloadSoupErrorsEfl.cpp36 ResourceError platformDownloadNetworkError(int errorCode, const String& failingURL, const String& localizedDescription) argument
/macosx-10.9.5/WebKit2-7537.78.2/Shared/Downloads/gtk/
H A DDownloadSoupErrorsGtk.cpp36 ResourceError platformDownloadNetworkError(int errorCode, const String& failingURL, const String& localizedDescription) argument
/macosx-10.9.5/WebCore-7537.78.1/loader/
H A DSubstituteData.h40 SubstituteData(PassRefPtr<SharedBuffer> content, const String& mimeType, const String& textEncoding, const KURL& failingURL, const KURL& responseURL = KURL()) argument
54 const KURL& failingURL() const { return m_failingURL; } function in class:WebCore::SubstituteData
/macosx-10.9.5/WebCore-7537.78.1/platform/network/
H A DSocketStreamErrorBase.h49 const String& failingURL() const { return m_failingURL; } function in class:WebCore::SocketStreamErrorBase
67 SocketStreamErrorBase(int errorCode, const String& failingURL, const String& localizedDescription) argument
H A DResourceErrorBase.h46 const String& failingURL() const { lazyInit(); return m_failingURL; } function in class:WebCore::ResourceErrorBase
66 ResourceErrorBase(const String& domain, int errorCode, const String& failingURL, const String& localizedDescription) argument
/macosx-10.9.5/WebKit2-7537.78.2/Shared/
H A DWebError.h53 const String& failingURL() const { return m_platformError.failingURL(); } function in class:WebKit::WebError
/macosx-10.9.5/WebCore-7537.78.1/platform/network/soup/
H A DResourceError.h41 ResourceError(const String& domain, int errorCode, const String& failingURL, const String& localizedDescription) argument
H A DResourceErrorSoup.cpp86 ResourceError ResourceError::timeoutError(const String& failingURL) argument
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebError.cpp190 HRESULT STDMETHODCALLTYPE WebError::failingURL( function in class:WebError
H A DWebFrame.cpp562 void WebFrame::loadData(PassRefPtr<WebCore::SharedBuffer> data, BSTR mimeType, BSTR textEncodingName, BSTR baseURL, BSTR failingURL) argument
/macosx-10.9.5/WebKit-7537.78.2/qt/WebCoreSupport/
H A DFrameLoaderClientQt.cpp132 QString failingURL = error.failingURL(); local
/macosx-10.9.5/WebKit-7537.78.2/blackberry/Api/
H A DWebPage.cpp734 void WebPagePrivate::loadString(const BlackBerry::Platform::String& string, const BlackBerry::Platform::String& baseURL, const BlackBerry::Platform::String& contentType, const BlackBerry::Platform::String& failingURL) argument
747 void WebPage::loadString(const BlackBerry::Platform::String& string, const BlackBerry::Platform::String& baseURL, const BlackBerry::Platform::String& mimeType, const BlackBerry::Platform::String& failingURL) argument

Completed in 239 milliseconds