OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AuthChallengeInfo
(Results
1 - 4
of
4
) 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
();
/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 489 milliseconds