/external/chromium_org/net/http/ |
http_auth_cache.cc | 73 HttpAuthCache::HttpAuthCache() { 76 HttpAuthCache::~HttpAuthCache() { 80 HttpAuthCache::Entry* HttpAuthCache::Lookup(const GURL& origin, 103 HttpAuthCache::Entry* HttpAuthCache::LookupByPath(const GURL& origin, 105 HttpAuthCache::Entry* best_match = NULL; 135 HttpAuthCache::Entry* HttpAuthCache::Add(const GURL& origin [all...] |
http_auth_cache.h | 20 // HttpAuthCache stores HTTP authentication identities and challenge info. 22 // HttpAuthCache::Entry, which holds: 28 class NET_EXPORT_PRIVATE HttpAuthCache { 65 friend class HttpAuthCache; 114 HttpAuthCache(); 115 ~HttpAuthCache(); 177 void UpdateAllFrom(const HttpAuthCache& other);
|
http_auth_controller.h | 27 class HttpAuthCache; 39 HttpAuthCache* http_auth_cache, 161 HttpAuthCache* const http_auth_cache_;
|
http_auth_cache_unittest.cc | 83 HttpAuthCache cache; 84 HttpAuthCache::Entry* entry; 187 HttpAuthCache::Entry* realm2_entry = cache.Lookup( 189 HttpAuthCache::Entry* realm4_entry = cache.Lookup( 216 HttpAuthCache::Entry* realm3_digest_entry = 227 HttpAuthCache::Entry* realm3DigestEntry = 245 HttpAuthCache::Entry entry; 279 HttpAuthCache cache; 286 HttpAuthCache::Entry* orig_entry = cache.Add( 294 HttpAuthCache::Entry* entry = cache.Lookup [all...] |
http_proxy_client_socket.h | 30 class HttpAuthCache; 45 HttpAuthCache* http_auth_cache,
|
http_proxy_client_socket_pool.h | 29 class HttpAuthCache; 51 HttpAuthCache* http_auth_cache, 65 HttpAuthCache* http_auth_cache() const { return http_auth_cache_; } 86 HttpAuthCache* const http_auth_cache_;
|
http_network_session.h | 133 HttpAuthCache* http_auth_cache() { return &http_auth_cache_; } 225 HttpAuthCache http_auth_cache_;
|
http_auth_controller_unittest.cc | 53 HttpAuthCache dummy_auth_cache; 165 HttpAuthCache dummy_auth_cache;
|
http_auth_controller.cc | 157 HttpAuthCache* http_auth_cache, 212 HttpAuthCache::Entry* entry = http_auth_cache_->LookupByPath( 261 // This will also evict the entry in the HttpAuthCache if the previous 478 HttpAuthCache::Entry* entry =
|
http_proxy_client_socket.cc | 33 HttpAuthCache* http_auth_cache,
|
http_proxy_client_socket_pool.cc | 37 HttpAuthCache* http_auth_cache,
|
/external/chromium_org/components/data_reduction_proxy/browser/ |
data_reduction_proxy_settings.h | 26 class HttpAuthCache; 267 net::HttpAuthCache* auth_cache,
|
data_reduction_proxy_settings_unittest.cc | 47 net::HttpAuthCache cache; 59 net::HttpAuthCache::Entry* entry = cache.LookupByPath(*it, 66 net::HttpAuthCache::Entry* entry =
|
data_reduction_proxy_settings.cc | 154 net::HttpAuthCache* auth_cache = session->http_auth_cache(); 161 net::HttpAuthCache* auth_cache,
|
/external/chromium_org/net/spdy/ |
spdy_proxy_client_socket.h | 52 HttpAuthCache* auth_cache,
|
spdy_proxy_client_socket.cc | 34 HttpAuthCache* auth_cache,
|
/external/chromium_org/chrome/browser/chromeos/login/ |
profile_auth_data.cc | 205 net::HttpAuthCache* new_cache = to_context_->GetURLRequestContext()->
|
existing_user_controller.cc | 102 net::HttpAuthCache* new_cache = 105 net::HttpAuthCache* old_cache = [all...] |
/external/chromium_org/net/socket_stream/ |
socket_stream_unittest.cc | 620 HttpAuthCache* auth_cache = 677 HttpAuthCache* auth_cache = [all...] |