/external/webkit/Source/WebKit2/Shared/qt/ |
D | WebCoreArgumentCodersQt.cpp | 65 …n(), resourceError.errorCode(), resourceError.failingURL(), resourceError.localizedDescription())); in encodeResourceError() 73 String localizedDescription; in decodeResourceError() local 74 if (!decoder->decode(CoreIPC::Out(domain, errorCode, failingURL, localizedDescription))) in decodeResourceError() 76 resourceError = WebCore::ResourceError(domain, errorCode, failingURL, localizedDescription); in decodeResourceError()
|
/external/webkit/Source/WebKit2/Shared/gtk/ |
D | WebCoreArgumentCodersGtk.cpp | 66 …n(), resourceError.errorCode(), resourceError.failingURL(), resourceError.localizedDescription())); in encodeResourceError() 74 String localizedDescription; in decodeResourceError() local 75 if (!decoder->decode(CoreIPC::Out(domain, errorCode, failingURL, localizedDescription))) in decodeResourceError() 77 resourceError = WebCore::ResourceError(domain, errorCode, failingURL, localizedDescription); in decodeResourceError()
|
/external/webkit/Source/WebKit2/Shared/win/ |
D | WebCoreArgumentCodersWin.cpp | 124 …n(), resourceError.errorCode(), resourceError.failingURL(), resourceError.localizedDescription())); in encodeResourceError() 136 String localizedDescription; in decodeResourceError() local 137 if (!decoder->decode(CoreIPC::Out(domain, errorCode, failingURL, localizedDescription))) in decodeResourceError() 148 …resourceError = WebCore::ResourceError(domain, errorCode, failingURL, localizedDescription, WebCor… in decodeResourceError() 153 resourceError = WebCore::ResourceError(domain, errorCode, failingURL, localizedDescription); in decodeResourceError()
|
/external/webkit/Source/WebCore/platform/network/ |
D | SocketStreamErrorBase.h | 50 const String& localizedDescription() const { return m_localizedDescription; } in localizedDescription() function 67 … SocketStreamErrorBase(int errorCode, const String& failingURL, const String& localizedDescription) in SocketStreamErrorBase() argument 70 , m_localizedDescription(localizedDescription) in SocketStreamErrorBase()
|
D | ResourceErrorBase.h | 47 const String& localizedDescription() const { lazyInit(); return m_localizedDescription; } in localizedDescription() function 62 …(const String& domain, int errorCode, const String& failingURL, const String& localizedDescription) in ResourceErrorBase() argument 66 , m_localizedDescription(localizedDescription) in ResourceErrorBase()
|
D | SocketStreamErrorBase.cpp | 57 if (a.localizedDescription() != b.localizedDescription()) in compare()
|
D | ResourceErrorBase.cpp | 71 if (a.localizedDescription() != b.localizedDescription()) in compare()
|
/external/webkit/Source/WebCore/platform/network/cf/ |
D | ResourceError.h | 52 …(const String& domain, int errorCode, const String& failingURL, const String& localizedDescription) in ResourceError() argument 53 : ResourceErrorBase(domain, errorCode, failingURL, localizedDescription) in ResourceError() 65 …g& domain, int errorCode, const String& failingURL, const String& localizedDescription, CFDataRef …
|
D | SocketStreamError.h | 45 SocketStreamError(int errorCode, const String& failingURL, const String& localizedDescription) in SocketStreamError() argument 46 : SocketStreamErrorBase(errorCode, failingURL, localizedDescription) in SocketStreamError()
|
D | ResourceErrorCF.cpp | 49 …g& domain, int errorCode, const String& failingURL, const String& localizedDescription, CFDataRef … in ResourceError() argument 50 : ResourceErrorBase(domain, errorCode, failingURL, localizedDescription) in ResourceError()
|
/external/webkit/Source/WebCore/platform/network/curl/ |
D | ResourceError.h | 40 …(const String& domain, int errorCode, const String& failingURL, const String& localizedDescription) in ResourceError() argument 41 : ResourceErrorBase(domain, errorCode, failingURL, localizedDescription) in ResourceError()
|
/external/webkit/Source/WebCore/platform/network/soup/ |
D | ResourceError.h | 40 …(const String& domain, int errorCode, const String& failingURL, const String& localizedDescription) in ResourceError() argument 41 : ResourceErrorBase(domain, errorCode, failingURL, localizedDescription) in ResourceError()
|
/external/webkit/Source/WebCore/platform/network/android/ |
D | ResourceError.h | 38 …(const String& domain, int errorCode, const String& failingURL, const String& localizedDescription) in ResourceError() argument 39 : ResourceErrorBase(domain, errorCode, failingURL, localizedDescription) { } in ResourceError()
|
/external/webkit/Source/WebCore/platform/network/qt/ |
D | ResourceError.h | 40 …(const String& domain, int errorCode, const String& failingURL, const String& localizedDescription) in ResourceError() argument 41 : ResourceErrorBase(domain, errorCode, failingURL, localizedDescription) in ResourceError()
|
/external/webkit/Source/WebCore/platform/network/win/ |
D | ResourceError.h | 38 …(const String& domain, int errorCode, const String& failingURL, const String& localizedDescription) in ResourceError() argument 39 : ResourceErrorBase(domain, errorCode, failingURL, localizedDescription) in ResourceError()
|
/external/webkit/Source/WebCore/platform/network/chromium/ |
D | ResourceError.h | 40 …(const String& domain, int errorCode, const String& failingURL, const String& localizedDescription) in ResourceError() argument 41 : ResourceErrorBase(domain, errorCode, failingURL, localizedDescription) in ResourceError()
|
/external/webkit/Source/WebKit2/Shared/ |
D | WebError.h | 56 const String& localizedDescription() const { return m_platformError.localizedDescription(); } in localizedDescription() function
|
/external/webkit/Source/WebKit/win/ |
D | WebError.cpp | 130 HRESULT STDMETHODCALLTYPE WebError::localizedDescription( in localizedDescription() function in WebError 136 *result = BString(m_error.localizedDescription()).release(); in localizedDescription()
|
D | WebError.h | 60 virtual HRESULT STDMETHODCALLTYPE localizedDescription(
|
/external/webkit/Source/WebKit2/Shared/API/c/ |
D | WKError.cpp | 61 return toCopiedAPI(toImpl(errorRef)->localizedDescription()); in WKErrorCopyLocalizedDescription()
|
/external/webkit/Source/WebKit/mac/Misc/ |
D | WebKitErrors.m | 114 …NSString *localizedDescription = [descriptionsForWebKitErrorDomain objectForKey:[NSNumber numberWi… 115 if (localizedDescription) 116 [userInfo setObject:localizedDescription forKey:NSLocalizedDescriptionKey];
|
/external/webkit/Source/WebKit/win/Interfaces/ |
D | IWebError.idl | 145 - (NSString *)localizedDescription 147 HRESULT localizedDescription([out, retval] BSTR* result);
|
/external/webkit/Source/WebCore/inspector/ |
D | InspectorConsoleAgent.cpp | 221 if (!error.localizedDescription().isEmpty()) in didFailLoading() 222 message += ": " + error.localizedDescription(); in didFailLoading()
|
/external/webkit/Source/WebCore/websockets/ |
D | WebSocketChannel.cpp | 218 else if (error.localizedDescription().isNull()) in didFail() 221 message = makeString("WebSocket network error: ", error.localizedDescription()); in didFail()
|
/external/webkit/Source/WebCore/inspector/front-end/ |
D | NetworkManager.js | 203 loadingFailed: function(identifier, time, localizedDescription, canceled) argument 211 resource.localizedFailDescription = localizedDescription;
|