Home | History | Annotate | Download | only in http

Lines Matching refs:realm

287                                                    handler_->realm(),
299 // If the server changes the authentication realm in a
301 // previous realm. If the server rejects a preemptive
303 // realm, we keep the cached credentials.
386 // to know about it. If an entry for (origin, handler->realm()) already
403 http_auth_cache_->Add(auth_origin_, handler_->realm(),
436 http_auth_cache_->Remove(auth_origin_, handler_->realm(),
461 // Check the auth cache for a realm entry.
463 http_auth_cache_->Lookup(auth_origin_, handler_->realm(),
500 // TODO(eroman): decode realm according to RFC 2047.
501 auth_info_->realm = ASCIIToWide(handler_->realm());