Home
last modified time | relevance | path

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

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