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

  /external/webkit/WebCore/platform/network/android/
ResourceError.h 34 class ResourceError : public ResourceErrorBase {
36 ResourceError() { }
38 ResourceError(const String& domain, int errorCode, const String& failingURL, const String& localizedDescription)
  /external/webkit/WebCore/platform/network/chromium/
ResourceError.h 34 class ResourceError : public ResourceErrorBase {
36 ResourceError()
40 ResourceError(const String& domain, int errorCode, const String& failingURL, const String& localizedDescription)
  /external/webkit/WebCore/platform/network/curl/
ResourceError.h 33 class ResourceError : public ResourceErrorBase
36 ResourceError()
40 ResourceError(const String& domain, int errorCode, const String& failingURL, const String& localizedDescription)
  /external/webkit/WebCore/platform/network/qt/
ResourceError.h 33 class ResourceError : public ResourceErrorBase
36 ResourceError()
40 ResourceError(const String& domain, int errorCode, const String& failingURL, const String& localizedDescription)
  /external/webkit/WebCore/platform/network/soup/
ResourceError.h 33 class ResourceError : public ResourceErrorBase
36 ResourceError()
40 ResourceError(const String& domain, int errorCode, const String& failingURL, const String& localizedDescription)
  /external/webkit/WebCore/platform/network/cf/
ResourceError.h 36 class ResourceError : public ResourceErrorBase {
38 ResourceError()
43 ResourceError(const String& domain, int errorCode, const String& failingURL, const String& localizedDescription)
49 ResourceError(CFStreamError error);
51 ResourceError(CFErrorRef error)
65 static bool platformCompare(const ResourceError& a, const ResourceError& b);
ResourceErrorCF.cpp 28 #include "ResourceError.h"
47 ResourceError::ResourceError(CFStreamError error)
66 void ResourceError::platformLazyInit()
109 bool ResourceError::platformCompare(const ResourceError& a, const ResourceError& b)
114 ResourceError::operator CFErrorRef() const
143 ResourceError::operator CFStreamError() const
  /external/webkit/WebCore/platform/network/mac/
ResourceError.h 40 class ResourceError : public ResourceErrorBase {
42 ResourceError()
47 ResourceError(const String& domain, int errorCode, const String& failingURL, const String& localizedDescription)
53 ResourceError(NSError* error)
66 static bool platformCompare(const ResourceError& a, const ResourceError& b);
  /external/webkit/WebKit/chromium/src/
WebURLError.cpp 36 #include "ResourceError.h"
42 WebURLError::WebURLError(const ResourceError& error)
47 WebURLError& WebURLError::operator=(const ResourceError& error)
59 WebURLError::operator ResourceError() const
62 return ResourceError();
64 return ResourceError(domain, reason,

Completed in 49 milliseconds