OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FtpAuthCache
(Results
1 - 4
of
4
) sorted by null
/external/chromium/net/ftp/
ftp_auth_cache.cc
13
const size_t
FtpAuthCache
::kMaxEntries = 10;
15
FtpAuthCache
::Entry::Entry(const GURL& origin,
23
FtpAuthCache
::Entry::~Entry() {}
25
FtpAuthCache
::
FtpAuthCache
() {}
27
FtpAuthCache
::~
FtpAuthCache
() {}
29
FtpAuthCache
::Entry*
FtpAuthCache
::Lookup(const GURL& origin) {
37
void
FtpAuthCache
::Add(const GURL& origin, const string16& username
[
all
...]
ftp_auth_cache.h
16
// The
FtpAuthCache
class is a simple cache structure to store authentication
24
class
FtpAuthCache
{
39
FtpAuthCache
();
40
~
FtpAuthCache
();
/external/chromium_org/net/ftp/
ftp_auth_cache.cc
13
const size_t
FtpAuthCache
::kMaxEntries = 10;
15
FtpAuthCache
::Entry::Entry(const GURL& origin,
21
FtpAuthCache
::Entry::~Entry() {}
23
FtpAuthCache
::
FtpAuthCache
() {}
25
FtpAuthCache
::~
FtpAuthCache
() {}
27
FtpAuthCache
::Entry*
FtpAuthCache
::Lookup(const GURL& origin) {
35
void
FtpAuthCache
::Add(const GURL& origin, const AuthCredentials& credentials)
[
all
...]
ftp_auth_cache.h
16
// The
FtpAuthCache
class is a simple cache structure to store authentication
24
class NET_EXPORT_PRIVATE
FtpAuthCache
{
37
FtpAuthCache
();
38
~
FtpAuthCache
();
Completed in 33 milliseconds