HomeSort by relevance Sort by last modified time
    Searched refs:auth_handler (Results 1 - 4 of 4) sorted by null

  /external/chromium/net/http/
http_auth_handler_negotiate_unittest.cc 220 scoped_ptr<HttpAuthHandlerNegotiate> auth_handler; local
222 true, false, true, "http://alias:500", &auth_handler));
224 ASSERT_TRUE(auth_handler.get() != NULL);
228 EXPECT_EQ(OK, auth_handler->GenerateAuthToken(NULL, NULL,
232 EXPECT_EQ(L"HTTP/alias", auth_handler->spn());
234 EXPECT_EQ(L"HTTP@alias", auth_handler->spn());
240 scoped_ptr<HttpAuthHandlerNegotiate> auth_handler; local
242 true, true, true, "http://alias:80", &auth_handler));
243 ASSERT_TRUE(auth_handler.get() != NULL);
247 EXPECT_EQ(OK, auth_handler->GenerateAuthToken(NULL, NULL
259 scoped_ptr<HttpAuthHandlerNegotiate> auth_handler; local
278 scoped_ptr<HttpAuthHandlerNegotiate> auth_handler; local
297 scoped_ptr<HttpAuthHandlerNegotiate> auth_handler; local
321 scoped_ptr<HttpAuthHandlerNegotiate> auth_handler; local
335 scoped_ptr<HttpAuthHandlerNegotiate> auth_handler; local
    [all...]
http_auth_controller_unittest.cc 58 HttpAuthHandlerMock* auth_handler = new HttpAuthHandlerMock(); local
59 auth_handler->SetGenerateExpectation((run_mode == RUN_HANDLER_ASYNC),
61 auth_handler_factory.set_mock_handler(auth_handler, HttpAuth::AUTH_PROXY);
http_auth_unittest.cc 28 HttpAuthHandlerMock* auth_handler = new HttpAuthHandlerMock(); local
29 auth_handler->set_connection_based(connection_based);
34 EXPECT_TRUE(auth_handler->InitFromChallenge(&challenge,
38 return auth_handler;
http_network_transaction_unittest.cc 7922 HttpAuthHandlerMock* auth_handler = new HttpAuthHandlerMock(); local
    [all...]

Completed in 112 milliseconds