OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AuthCredentials
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/base/
auth.cc
29
AuthCredentials
::
AuthCredentials
() {
32
AuthCredentials
::
AuthCredentials
(const base::string16& username,
38
AuthCredentials
::~
AuthCredentials
() {
41
void
AuthCredentials
::Set(const base::string16& username,
47
bool
AuthCredentials
::Equals(const
AuthCredentials
& other) const {
51
bool
AuthCredentials
::Empty() const
[
all
...]
auth.h
46
class NET_EXPORT
AuthCredentials
{
48
AuthCredentials
();
49
AuthCredentials
(const base::string16& username,
51
~
AuthCredentials
();
57
bool Equals(const
AuthCredentials
& other) const;
95
AuthCredentials
credentials; // The credentials to use for auth.
Completed in 197 milliseconds