Searched defs:SocketStreamError (Results 1 - 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/platform/network/brew/
H A DSocketStreamError.h38 class SocketStreamError : public SocketStreamErrorBase { class in namespace:WebCore
40 SocketStreamError() { } function in class:WebCore::SocketStreamError
41 explicit SocketStreamError(int errorCode) function in class:WebCore::SocketStreamError
/external/webkit/Source/WebCore/platform/network/chromium/
H A DSocketStreamError.h38 class SocketStreamError : public SocketStreamErrorBase { class in namespace:WebCore
40 SocketStreamError() { } function in class:WebCore::SocketStreamError
41 explicit SocketStreamError(int errorCode) function in class:WebCore::SocketStreamError
/external/webkit/Source/WebCore/platform/network/curl/
H A DSocketStreamError.h38 class SocketStreamError : public SocketStreamErrorBase { class in namespace:WebCore
40 SocketStreamError() { } function in class:WebCore::SocketStreamError
41 explicit SocketStreamError(int errorCode) function in class:WebCore::SocketStreamError
/external/webkit/Source/WebCore/platform/network/qt/
H A DSocketStreamError.h38 class SocketStreamError : public SocketStreamErrorBase { class in namespace:WebCore
40 SocketStreamError() { } function in class:WebCore::SocketStreamError
41 explicit SocketStreamError(int errorCode) function in class:WebCore::SocketStreamError
/external/webkit/Source/WebCore/platform/network/soup/
H A DSocketStreamError.h38 class SocketStreamError : public SocketStreamErrorBase { class in namespace:WebCore
40 SocketStreamError() { } function in class:WebCore::SocketStreamError
41 explicit SocketStreamError(int errorCode) function in class:WebCore::SocketStreamError
/external/webkit/Source/WebCore/platform/network/win/
H A DSocketStreamError.h38 class SocketStreamError : public SocketStreamErrorBase { class in namespace:WebCore
40 SocketStreamError() { } function in class:WebCore::SocketStreamError
41 explicit SocketStreamError(int errorCode) function in class:WebCore::SocketStreamError
/external/webkit/Source/WebCore/platform/network/cf/
H A DSocketStreamError.h38 class SocketStreamError : public SocketStreamErrorBase { class in namespace:WebCore
40 SocketStreamError() { } function in class:WebCore::SocketStreamError
41 explicit SocketStreamError(int errorCode) function in class:WebCore::SocketStreamError
45 SocketStreamError(int errorCode, const String& failingURL, const String& localizedDescription) function in class:WebCore::SocketStreamError
/external/webkit/Source/WebCore/platform/network/
H A DSocketStreamHandleClient.h39 class SocketStreamError;
50 virtual void didFail(SocketStreamHandle*, const SocketStreamError&) { } argument

Completed in 237 milliseconds