HomeSort by relevance Sort by last modified time
    Searched defs:localizedDescription (Results 1 - 8 of 8) sorted by null

  /external/webkit/Source/WebCore/platform/network/
SocketStreamErrorBase.h 50 const String& localizedDescription() const { return m_localizedDescription; }
67 SocketStreamErrorBase(int errorCode, const String& failingURL, const String& localizedDescription)
70 , m_localizedDescription(localizedDescription)
ResourceErrorBase.h 47 const String& localizedDescription() const { lazyInit(); return m_localizedDescription; }
62 ResourceErrorBase(const String& domain, int errorCode, const String& failingURL, const String& localizedDescription)
66 , m_localizedDescription(localizedDescription)
  /external/webkit/Source/WebKit2/Shared/
WebError.h 56 const String& localizedDescription() const { return m_platformError.localizedDescription(); }
  /external/webkit/Source/WebKit2/Shared/gtk/
WebCoreArgumentCodersGtk.cpp 66 encoder->encode(CoreIPC::In(resourceError.domain(), resourceError.errorCode(), resourceError.failingURL(), resourceError.localizedDescription()));
74 String localizedDescription;
75 if (!decoder->decode(CoreIPC::Out(domain, errorCode, failingURL, localizedDescription)))
77 resourceError = WebCore::ResourceError(domain, errorCode, failingURL, localizedDescription);
  /external/webkit/Source/WebKit2/Shared/qt/
WebCoreArgumentCodersQt.cpp 65 encoder->encode(CoreIPC::In(resourceError.domain(), resourceError.errorCode(), resourceError.failingURL(), resourceError.localizedDescription()));
73 String localizedDescription;
74 if (!decoder->decode(CoreIPC::Out(domain, errorCode, failingURL, localizedDescription)))
76 resourceError = WebCore::ResourceError(domain, errorCode, failingURL, localizedDescription);
  /external/webkit/Source/WebKit2/Shared/win/
WebCoreArgumentCodersWin.cpp 124 encoder->encode(CoreIPC::In(resourceError.domain(), resourceError.errorCode(), resourceError.failingURL(), resourceError.localizedDescription()));
136 String localizedDescription;
137 if (!decoder->decode(CoreIPC::Out(domain, errorCode, failingURL, localizedDescription)))
148 resourceError = WebCore::ResourceError(domain, errorCode, failingURL, localizedDescription, WebCore::copyCertificateToData(certificateChain.first()).get());
153 resourceError = WebCore::ResourceError(domain, errorCode, failingURL, localizedDescription);
  /external/webkit/Source/WebKit/win/
WebError.cpp 130 HRESULT STDMETHODCALLTYPE WebError::localizedDescription(
136 *result = BString(m_error.localizedDescription()).release();
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 

Completed in 136 milliseconds