HttpAuthHandlerNegotiate   57 net/http/http_auth_handler_factory.cc   HttpAuthHandlerNegotiate::Factory* negotiate_factory =
HttpAuthHandlerNegotiate   58 net/http/http_auth_handler_factory.cc       new HttpAuthHandlerNegotiate::Factory();
HttpAuthHandlerNegotiate  155 net/http/http_auth_handler_factory.cc     HttpAuthHandlerNegotiate::Factory* negotiate_factory =
HttpAuthHandlerNegotiate  156 net/http/http_auth_handler_factory.cc         new HttpAuthHandlerNegotiate::Factory();
HttpAuthHandlerNegotiate   20 net/http/http_auth_handler_negotiate.cc HttpAuthHandlerNegotiate::Factory::Factory()
HttpAuthHandlerNegotiate   31 net/http/http_auth_handler_negotiate.cc HttpAuthHandlerNegotiate::Factory::~Factory() {
HttpAuthHandlerNegotiate   34 net/http/http_auth_handler_negotiate.cc void HttpAuthHandlerNegotiate::Factory::set_host_resolver(
HttpAuthHandlerNegotiate   39 net/http/http_auth_handler_negotiate.cc int HttpAuthHandlerNegotiate::Factory::CreateAuthHandler(
HttpAuthHandlerNegotiate   61 net/http/http_auth_handler_negotiate.cc       new HttpAuthHandlerNegotiate(auth_library_.get(), max_token_length_,
HttpAuthHandlerNegotiate   78 net/http/http_auth_handler_negotiate.cc       new HttpAuthHandlerNegotiate(auth_library_.get(), url_security_manager(),
HttpAuthHandlerNegotiate   88 net/http/http_auth_handler_negotiate.cc HttpAuthHandlerNegotiate::HttpAuthHandlerNegotiate(
HttpAuthHandlerNegotiate  112 net/http/http_auth_handler_negotiate.cc HttpAuthHandlerNegotiate::~HttpAuthHandlerNegotiate() {
HttpAuthHandlerNegotiate  115 net/http/http_auth_handler_negotiate.cc std::string HttpAuthHandlerNegotiate::CreateSPN(
HttpAuthHandlerNegotiate  163 net/http/http_auth_handler_negotiate.cc HttpAuth::AuthorizationResult HttpAuthHandlerNegotiate::HandleAnotherChallenge(
HttpAuthHandlerNegotiate  169 net/http/http_auth_handler_negotiate.cc bool HttpAuthHandlerNegotiate::NeedsIdentity() {
HttpAuthHandlerNegotiate  173 net/http/http_auth_handler_negotiate.cc bool HttpAuthHandlerNegotiate::AllowsDefaultCredentials() {
HttpAuthHandlerNegotiate  181 net/http/http_auth_handler_negotiate.cc bool HttpAuthHandlerNegotiate::AllowsExplicitCredentials() {
HttpAuthHandlerNegotiate  187 net/http/http_auth_handler_negotiate.cc bool HttpAuthHandlerNegotiate::Init(HttpAuthChallengeTokenizer* challenge) {
HttpAuthHandlerNegotiate  210 net/http/http_auth_handler_negotiate.cc int HttpAuthHandlerNegotiate::GenerateAuthTokenImpl(
HttpAuthHandlerNegotiate  234 net/http/http_auth_handler_negotiate.cc void HttpAuthHandlerNegotiate::OnIOComplete(int result) {
HttpAuthHandlerNegotiate  240 net/http/http_auth_handler_negotiate.cc void HttpAuthHandlerNegotiate::DoCallback(int rv) {
HttpAuthHandlerNegotiate  248 net/http/http_auth_handler_negotiate.cc int HttpAuthHandlerNegotiate::DoLoop(int result) {
HttpAuthHandlerNegotiate  280 net/http/http_auth_handler_negotiate.cc int HttpAuthHandlerNegotiate::DoResolveCanonicalName() {
HttpAuthHandlerNegotiate  294 net/http/http_auth_handler_negotiate.cc       base::Bind(&HttpAuthHandlerNegotiate::OnIOComplete,
HttpAuthHandlerNegotiate  299 net/http/http_auth_handler_negotiate.cc int HttpAuthHandlerNegotiate::DoResolveCanonicalNameComplete(int rv) {
HttpAuthHandlerNegotiate  315 net/http/http_auth_handler_negotiate.cc int HttpAuthHandlerNegotiate::DoGenerateAuthToken() {
HttpAuthHandlerNegotiate  322 net/http/http_auth_handler_negotiate.cc int HttpAuthHandlerNegotiate::DoGenerateAuthTokenComplete(int rv) {
HttpAuthHandlerNegotiate  328 net/http/http_auth_handler_negotiate.cc bool HttpAuthHandlerNegotiate::CanDelegate() const {
HttpAuthHandlerNegotiate   33 net/http/http_auth_handler_negotiate.h class NET_EXPORT_PRIVATE HttpAuthHandlerNegotiate : public HttpAuthHandler {
HttpAuthHandlerNegotiate   93 net/http/http_auth_handler_negotiate.h   HttpAuthHandlerNegotiate(AuthLibrary* sspi_library,
HttpAuthHandlerNegotiate  102 net/http/http_auth_handler_negotiate.h   virtual ~HttpAuthHandlerNegotiate();
HttpAuthHandlerNegotiate   39 net/http/http_auth_handler_negotiate_unittest.cc     factory_.reset(new HttpAuthHandlerNegotiate::Factory());
HttpAuthHandlerNegotiate  178 net/http/http_auth_handler_negotiate_unittest.cc                      scoped_ptr<HttpAuthHandlerNegotiate>* handler) {
HttpAuthHandlerNegotiate  197 net/http/http_auth_handler_negotiate_unittest.cc     HttpAuthHandlerNegotiate* negotiate_handler =
HttpAuthHandlerNegotiate  198 net/http/http_auth_handler_negotiate_unittest.cc         static_cast<HttpAuthHandlerNegotiate*>(generic_handler.release());
HttpAuthHandlerNegotiate  213 net/http/http_auth_handler_negotiate_unittest.cc   scoped_ptr<HttpAuthHandlerNegotiate::Factory> factory_;
HttpAuthHandlerNegotiate  218 net/http/http_auth_handler_negotiate_unittest.cc   scoped_ptr<HttpAuthHandlerNegotiate> auth_handler;
HttpAuthHandlerNegotiate  237 net/http/http_auth_handler_negotiate_unittest.cc   scoped_ptr<HttpAuthHandlerNegotiate> auth_handler;
HttpAuthHandlerNegotiate  255 net/http/http_auth_handler_negotiate_unittest.cc   scoped_ptr<HttpAuthHandlerNegotiate> auth_handler;
HttpAuthHandlerNegotiate  273 net/http/http_auth_handler_negotiate_unittest.cc   scoped_ptr<HttpAuthHandlerNegotiate> auth_handler;
HttpAuthHandlerNegotiate  291 net/http/http_auth_handler_negotiate_unittest.cc   scoped_ptr<HttpAuthHandlerNegotiate> auth_handler;
HttpAuthHandlerNegotiate  314 net/http/http_auth_handler_negotiate_unittest.cc   scoped_ptr<HttpAuthHandlerNegotiate> auth_handler;
HttpAuthHandlerNegotiate  330 net/http/http_auth_handler_negotiate_unittest.cc   scoped_ptr<HttpAuthHandlerNegotiate> auth_handler;
HttpAuthHandlerNegotiate  346 net/http/http_auth_handler_negotiate_unittest.cc   scoped_ptr<HttpAuthHandlerNegotiate::Factory> negotiate_factory(
HttpAuthHandlerNegotiate  347 net/http/http_auth_handler_negotiate_unittest.cc       new HttpAuthHandlerNegotiate::Factory());