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

  /external/webkit/Source/WebCore/platform/network/brew/
SocketStreamError.h 38 class SocketStreamError : public SocketStreamErrorBase {
40 SocketStreamError() { }
41 explicit SocketStreamError(int errorCode)
  /external/webkit/Source/WebCore/platform/network/cf/
SocketStreamError.h 38 class SocketStreamError : public SocketStreamErrorBase {
40 SocketStreamError() { }
41 explicit SocketStreamError(int errorCode)
45 SocketStreamError(int errorCode, const String& failingURL, const String& localizedDescription)
  /external/webkit/Source/WebCore/platform/network/chromium/
SocketStreamError.h 38 class SocketStreamError : public SocketStreamErrorBase {
40 SocketStreamError() { }
41 explicit SocketStreamError(int errorCode)
  /external/webkit/Source/WebCore/platform/network/curl/
SocketStreamError.h 38 class SocketStreamError : public SocketStreamErrorBase {
40 SocketStreamError() { }
41 explicit SocketStreamError(int errorCode)
  /external/webkit/Source/WebCore/platform/network/qt/
SocketStreamError.h 38 class SocketStreamError : public SocketStreamErrorBase {
40 SocketStreamError() { }
41 explicit SocketStreamError(int errorCode)
  /external/webkit/Source/WebCore/platform/network/soup/
SocketStreamError.h 38 class SocketStreamError : public SocketStreamErrorBase {
40 SocketStreamError() { }
41 explicit SocketStreamError(int errorCode)
  /external/webkit/Source/WebCore/platform/network/win/
SocketStreamError.h 38 class SocketStreamError : public SocketStreamErrorBase {
40 SocketStreamError() { }
41 explicit SocketStreamError(int errorCode)
  /development/tools/emulator/opengl/shared/OpenglCodecCommon/
SocketStream.h 24 typedef enum { ERR_INVALID_SOCKET = -1000 } SocketStreamError;
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
SocketStream.h 24 typedef enum { ERR_INVALID_SOCKET = -1000 } SocketStreamError;

Completed in 300 milliseconds