Searched refs:HttpAuthCache (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/net/http/
H A Dhttp_auth_cache.cc73 HttpAuthCache::HttpAuthCache() { function in class:net::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
[all...]
H A Dhttp_auth_cache.h20 // HttpAuthCache stores HTTP authentication identities and challenge info.
22 // HttpAuthCache::Entry, which holds:
28 class NET_EXPORT_PRIVATE HttpAuthCache { class in namespace:net
65 friend class HttpAuthCache;
114 HttpAuthCache();
115 ~HttpAuthCache();
180 void UpdateAllFrom(const HttpAuthCache& other);
H A Dhttp_auth_controller.h27 class HttpAuthCache;
39 HttpAuthCache* http_auth_cache,
161 HttpAuthCache* const http_auth_cache_;
H A Dhttp_auth_cache_unittest.cc83 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
[all...]
H A Dhttp_proxy_client_socket_pool.h29 class HttpAuthCache;
52 HttpAuthCache* http_auth_cache,
67 HttpAuthCache* http_auth_cache() const { return http_auth_cache_; }
92 HttpAuthCache* const http_auth_cache_;
H A Dhttp_proxy_client_socket.h30 class HttpAuthCache;
46 HttpAuthCache* http_auth_cache,
H A Dhttp_auth_controller_unittest.cc53 HttpAuthCache dummy_auth_cache;
165 HttpAuthCache dummy_auth_cache;
H A Dhttp_network_session.h138 HttpAuthCache* http_auth_cache() { return &http_auth_cache_; }
230 HttpAuthCache http_auth_cache_;
H A Dhttp_auth_controller.cc157 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 =
H A Dhttp_proxy_client_socket.cc34 HttpAuthCache* http_auth_cache,
H A Dhttp_proxy_client_socket_pool.cc37 HttpAuthCache* http_auth_cache,
/external/chromium_org/chrome/browser/chromeos/login/
H A Dprofile_auth_data_unittest.cc90 net::HttpAuthCache* GetProxyAuth(content::BrowserContext* browser_context);
165 net::HttpAuthCache::Entry* entry =
262 net::HttpAuthCache* ProfileAuthDataTest::GetProxyAuth(
H A Dprofile_auth_data.cc177 net::HttpAuthCache* new_cache = to_context_->GetURLRequestContext()->
H A Dexisting_user_controller.cc114 net::HttpAuthCache* new_cache =
117 net::HttpAuthCache* old_cache =
/external/chromium_org/net/spdy/
H A Dspdy_proxy_client_socket.h52 HttpAuthCache* auth_cache,
H A Dspdy_proxy_client_socket.cc34 HttpAuthCache* auth_cache,
/external/chromium_org/content/browser/media/android/
H A Dmedia_resource_getter_impl.cc198 net::HttpAuthCache* auth_cache =
203 net::HttpAuthCache::Entry* entry =
/external/chromium_org/net/socket_stream/
H A Dsocket_stream_unittest.cc620 HttpAuthCache* auth_cache =
677 HttpAuthCache* auth_cache =

Completed in 344 milliseconds