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

/external/webkit/Source/WebCore/platform/network/
H A DSocketStreamErrorBase.h41 class SocketStreamErrorBase { class in namespace:WebCore
55 SocketStreamErrorBase() function in class:WebCore::SocketStreamErrorBase
61 explicit SocketStreamErrorBase(int errorCode) function in class:WebCore::SocketStreamErrorBase
67 SocketStreamErrorBase(int errorCode, const String& failingURL, const String& localizedDescription) function in class:WebCore::SocketStreamErrorBase
81 inline bool operator==(const SocketStreamError& a, const SocketStreamError& b) { return SocketStreamErrorBase::compare(a, b); }

Completed in 74 milliseconds