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

  /external/chromium_org/net/base/
auth.cc 10 AuthChallengeInfo::AuthChallengeInfo() : is_proxy(false) {
13 bool AuthChallengeInfo::Equals(const AuthChallengeInfo& that) const {
20 AuthChallengeInfo::~AuthChallengeInfo() {
auth.h 19 class NET_EXPORT AuthChallengeInfo :
20 public base::RefCountedThreadSafe<AuthChallengeInfo> {
22 AuthChallengeInfo();
24 // Determines whether two AuthChallengeInfo's are equivalent.
25 bool Equals(const AuthChallengeInfo& other) const;
41 friend class base::RefCountedThreadSafe<AuthChallengeInfo>;
42 ~AuthChallengeInfo();

Completed in 43 milliseconds