Home
last modified time | relevance | path

Searched defs:failingURL (Results 1 – 22 of 22) sorted by relevance

/external/webkit/Source/WebCore/platform/network/
DSocketStreamErrorBase.h49 const String& failingURL() const { return m_failingURL; } in failingURL() function
67 … SocketStreamErrorBase(int errorCode, const String& failingURL, const String& localizedDescription) in SocketStreamErrorBase()
DResourceErrorBase.h46 const String& failingURL() const { lazyInit(); return m_failingURL; } in failingURL() function
62 …ResourceErrorBase(const String& domain, int errorCode, const String& failingURL, const String& loc… in ResourceErrorBase()
/external/webkit/Source/WebCore/platform/network/soup/
DResourceError.h40 …ResourceError(const String& domain, int errorCode, const String& failingURL, const String& localiz… in ResourceError()
/external/webkit/Source/WebCore/platform/network/chromium/
DResourceError.h40 …ResourceError(const String& domain, int errorCode, const String& failingURL, const String& localiz… in ResourceError()
/external/webkit/Source/WebCore/platform/network/curl/
DResourceError.h40 …ResourceError(const String& domain, int errorCode, const String& failingURL, const String& localiz… in ResourceError()
/external/webkit/Source/WebCore/platform/network/win/
DResourceError.h38 …ResourceError(const String& domain, int errorCode, const String& failingURL, const String& localiz… in ResourceError()
/external/webkit/Source/WebCore/platform/network/android/
DResourceError.h38 …ResourceError(const String& domain, int errorCode, const String& failingURL, const String& localiz… in ResourceError()
/external/webkit/Source/WebCore/platform/network/qt/
DResourceError.h40 …ResourceError(const String& domain, int errorCode, const String& failingURL, const String& localiz… in ResourceError()
/external/webkit/Source/WebCore/platform/network/cf/
DSocketStreamError.h45 SocketStreamError(int errorCode, const String& failingURL, const String& localizedDescription) in SocketStreamError()
DResourceErrorCF.cpp49 ResourceError::ResourceError(const String& domain, int errorCode, const String& failingURL, const S… in ResourceError()
96 CFURLRef failingURL = (CFURLRef) CFDictionaryGetValue(userInfo.get(), failingURLKey); in platformLazyInit() local
DResourceError.h52 …ResourceError(const String& domain, int errorCode, const String& failingURL, const String& localiz… in ResourceError()
/external/webkit/Source/WebKit2/Shared/
DWebError.h55 const String& failingURL() const { return m_platformError.failingURL(); } in failingURL() function
/external/webkit/Source/WebCore/loader/
DSubstituteData.h55 const KURL& failingURL() const { return m_failingURL; } in failingURL() function
/external/webkit/Source/WebKit2/Shared/gtk/
DWebCoreArgumentCodersGtk.cpp73 String failingURL; in decodeResourceError() local
/external/webkit/Source/WebKit2/Shared/qt/
DWebCoreArgumentCodersQt.cpp72 String failingURL; in decodeResourceError() local
/external/webkit/Source/WebKit2/Shared/win/
DWebCoreArgumentCodersWin.cpp135 String failingURL; in decodeResourceError() local
/external/webkit/Source/WebKit/win/
DWebError.cpp190 HRESULT STDMETHODCALLTYPE WebError::failingURL( in failingURL() function in WebError
DWebFrame.cpp556 …r<WebCore::SharedBuffer> data, BSTR mimeType, BSTR textEncodingName, BSTR baseURL, BSTR failingURL) in loadData()
/external/webkit/Tools/DumpRenderTree/qt/
DWorkQueueItemQt.h85 …HTMLStringItem(const QString& content, const QString& baseURL, const QString &failingURL, QWebPag… in LoadAlternateHTMLStringItem()
DLayoutTestControllerQt.cpp318 …ler::queueLoadHTMLString(const QString& content, const QString& baseURL, const QString& failingURL) in queueLoadHTMLString()
/external/webkit/Tools/DumpRenderTree/win/
DResourceLoadDelegate.cpp157 wstring failingURL; in descriptionSuitableForTestResult() local
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DFrameLoaderClientQt.cpp130 QString failingURL = error.failingURL(); in drtDescriptionSuitableForTestResult() local