Home | History | Annotate | Download | only in http

Lines Matching refs:realm

284                                                    handler_->realm(),
296 // If the server changes the authentication realm in a
298 // previous realm. If the server rejects a preemptive
300 // realm, we keep the cached credentials.
399 // to know about it. If an entry for (origin, handler->realm()) already
416 http_auth_cache_->Add(auth_origin_, handler_->realm(),
451 http_auth_cache_->Remove(auth_origin_, handler_->realm(),
477 // Check the auth cache for a realm entry.
479 http_auth_cache_->Lookup(auth_origin_, handler_->realm(),
514 auth_info_->realm = handler_->realm();