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

  /external/chromium/net/base/
auth.cc 9 AuthChallengeInfo::AuthChallengeInfo() : is_proxy(false) {
12 bool AuthChallengeInfo::operator==(const AuthChallengeInfo& that) const {
19 AuthChallengeInfo::~AuthChallengeInfo() {
auth.h 19 class NET_EXPORT AuthChallengeInfo :
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();

Completed in 50 milliseconds