Home | History | Annotate | Download | only in http

Lines Matching refs:Add

80   // Add cache entries for 4 realms: "Realm1", "Realm2", "Realm3" and
87 cache.Add(origin, realm1_handler->realm(), realm1_handler->auth_scheme(),
95 cache.Add(origin, realm2_handler->realm(), realm2_handler->auth_scheme(),
103 cache.Add(origin, realm3_basic_handler->realm(),
112 cache.Add(origin, realm3_digest_handler->realm(),
121 cache.Add(origin, realm4_basic_handler->realm(),
239 // Add a new entry (not a subpath).
245 // Add containing paths of /1/2/3/4/5/ -- should swallow up the deeper paths.
260 // Calling Add when the realm entry already exists, should append that
270 HttpAuthCache::Entry* orig_entry = cache.Add(
273 cache.Add(origin, handler->realm(), handler->auth_scheme(), auth_challenge,
275 cache.Add(origin, handler->realm(), handler->auth_scheme(), auth_challenge,
310 cache.Add(origin, realm1_handler->realm(), realm1_handler->auth_scheme(),
312 cache.Add(origin, realm2_handler->realm(), realm2_handler->auth_scheme(),
315 cache.Add(origin, realm3_basic_handler->realm(),
318 cache.Add(origin, realm3_digest_handler->realm(),
358 cache.Add(origin, realm3_digest_handler->realm(),
377 HttpAuthCache::Entry* entry_pre = cache.Add(
440 cache_.Add(origin_, GenerateRealm(realm_i), HttpAuth::AUTH_SCHEME_BASIC, "",
474 // Add the maxinim number of realm entries to the cache. Each of these entries
475 // must still be retrievable. Next add three more entries -- since the cache is
494 // Add the maximum number of paths to a single realm entry. Each of these
495 // paths should be retrievable. Next add 3 more paths -- since the cache is