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

/external/webkit/Source/WebCore/platform/network/chromium/
H A DAuthenticationChallengeChromium.cpp36 bool AuthenticationChallenge::platformCompare(const AuthenticationChallenge&, const AuthenticationChallenge&) function in class:WebCore::AuthenticationChallenge
/external/webkit/Source/WebCore/platform/network/
H A DAuthenticationChallengeBase.h55 static bool platformCompare(const AuthenticationChallengeBase&, const AuthenticationChallengeBase&) { return true; } function in class:WebCore::AuthenticationChallengeBase
H A DResourceErrorBase.h81 static bool platformCompare(const ResourceError&, const ResourceError&) { return true; } function in class:WebCore::ResourceErrorBase
H A DResourceResponseBase.h147 static bool platformCompare(const ResourceResponse&, const ResourceResponse&) { return true; } function in class:WebCore::ResourceResponseBase
H A DResourceRequestBase.h192 static bool platformCompare(const ResourceRequest&, const ResourceRequest&) { return true; } function in class:WebCore::ResourceRequestBase
/external/webkit/Source/WebCore/platform/network/cf/
H A DAuthenticationCF.cpp71 bool AuthenticationChallenge::platformCompare(const AuthenticationChallenge& a, const AuthenticationChallenge& b) function in class:WebCore::AuthenticationChallenge
H A DResourceErrorCF.cpp122 bool ResourceError::platformCompare(const ResourceError& a, const ResourceError& b) function in class:WebCore::ResourceError
H A DResourceResponseCFNet.cpp138 bool ResourceResponse::platformCompare(const ResourceResponse& a, const ResourceResponse& b) function in class:WebCore::ResourceResponse

Completed in 278 milliseconds