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

/external/chromium/net/base/
H A Dauth.cc9 AuthChallengeInfo::AuthChallengeInfo() : is_proxy(false) { function in class:net::AuthChallengeInfo
12 bool AuthChallengeInfo::operator==(const AuthChallengeInfo& that) const {
19 AuthChallengeInfo::~AuthChallengeInfo() {
H A Dauth.h19 class NET_EXPORT AuthChallengeInfo : class in namespace:net
20 public base::RefCountedThreadSafe<AuthChallengeInfo> {
22 AuthChallengeInfo();
24 bool operator==(const AuthChallengeInfo& that) const;
26 bool operator!=(const AuthChallengeInfo& that) const {
37 friend class base::RefCountedThreadSafe<AuthChallengeInfo>;
38 ~AuthChallengeInfo();
/external/chromium_org/net/base/
H A Dauth.cc10 AuthChallengeInfo::AuthChallengeInfo() : is_proxy(false) { function in class:net::AuthChallengeInfo
13 bool AuthChallengeInfo::Equals(const AuthChallengeInfo& that) const {
20 AuthChallengeInfo::~AuthChallengeInfo() {
H A Dauth.h19 class NET_EXPORT AuthChallengeInfo : class in namespace:net
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 141 milliseconds