Home
last modified time | relevance | path

Searched defs:SocketStreamError (Results 1 – 10 of 10) sorted by relevance

/external/webkit/Source/WebCore/platform/network/cf/
DSocketStreamError.h40 SocketStreamError() { } in SocketStreamError() function
41 explicit SocketStreamError(int errorCode) in SocketStreamError() function
45 SocketStreamError(int errorCode, const String& failingURL, const String& localizedDescription) in SocketStreamError() function
/external/webkit/Source/WebCore/platform/network/chromium/
DSocketStreamError.h40 SocketStreamError() { } in SocketStreamError() function
41 explicit SocketStreamError(int errorCode) in SocketStreamError() function
/external/webkit/Source/WebCore/platform/network/curl/
DSocketStreamError.h40 SocketStreamError() { } in SocketStreamError() function
41 explicit SocketStreamError(int errorCode) in SocketStreamError() function
/external/webkit/Source/WebCore/platform/network/win/
DSocketStreamError.h40 SocketStreamError() { } in SocketStreamError() function
41 explicit SocketStreamError(int errorCode) in SocketStreamError() function
/external/webkit/Source/WebCore/platform/network/brew/
DSocketStreamError.h40 SocketStreamError() { } in SocketStreamError() function
41 explicit SocketStreamError(int errorCode) in SocketStreamError() function
/external/webkit/Source/WebCore/platform/network/qt/
DSocketStreamError.h40 SocketStreamError() { } in SocketStreamError() function
41 explicit SocketStreamError(int errorCode) in SocketStreamError() function
/external/webkit/Source/WebCore/platform/network/soup/
DSocketStreamError.h40 SocketStreamError() { } in SocketStreamError() function
41 explicit SocketStreamError(int errorCode) in SocketStreamError() function
/external/webkit/Source/WebCore/platform/network/
DSocketStreamHandleClient.h39 class SocketStreamError; variable
50 virtual void didFail(SocketStreamHandle*, const SocketStreamError&) { } in didFail()
DSocketStreamErrorBase.h39 class SocketStreamError; variable
/external/webkit/Source/WebCore/websockets/
DWebSocketChannel.h48 class SocketStreamError; variable