OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AuthCacheMap
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/ssl/
ssl_client_auth_cache.h
56
typedef std::map<AuthCacheKey, AuthCacheValue>
AuthCacheMap
;
59
AuthCacheMap
cache_;
ssl_client_auth_cache.cc
25
AuthCacheMap
::iterator iter = cache_.find(server);
Completed in 55 milliseconds