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

  /external/chromium_org/net/http/
http_auth_controller_unittest.cc 65 HttpAuthHandlerMock* auth_handler = new HttpAuthHandlerMock(); local
66 auth_handler->SetGenerateExpectation((run_mode == RUN_HANDLER_ASYNC),
68 auth_handler_factory.AddMockHandler(auth_handler, HttpAuth::AUTH_PROXY);
http_auth_handler_negotiate_unittest.cc 218 scoped_ptr<HttpAuthHandlerNegotiate> auth_handler; local
220 true, false, true, "http://alias:500", &auth_handler));
222 ASSERT_TRUE(auth_handler.get() != NULL);
226 EXPECT_EQ(OK, auth_handler->GenerateAuthToken(NULL, &request_info,
229 EXPECT_EQ("HTTP/alias", auth_handler->spn());
231 EXPECT_EQ("HTTP@alias", auth_handler->spn());
237 scoped_ptr<HttpAuthHandlerNegotiate> auth_handler; local
239 true, true, true, "http://alias:80", &auth_handler));
240 ASSERT_TRUE(auth_handler.get() != NULL);
244 EXPECT_EQ(OK, auth_handler->GenerateAuthToken(NULL, &request_info
255 scoped_ptr<HttpAuthHandlerNegotiate> auth_handler; local
273 scoped_ptr<HttpAuthHandlerNegotiate> auth_handler; local
291 scoped_ptr<HttpAuthHandlerNegotiate> auth_handler; local
314 scoped_ptr<HttpAuthHandlerNegotiate> auth_handler; local
330 scoped_ptr<HttpAuthHandlerNegotiate> auth_handler; local
    [all...]
http_auth_unittest.cc 29 HttpAuthHandlerMock* auth_handler = new HttpAuthHandlerMock(); local
30 auth_handler->set_connection_based(connection_based);
35 EXPECT_TRUE(auth_handler->InitFromChallenge(&challenge,
39 return auth_handler;
http_network_transaction_unittest.cc 10096 UrlRecordingHttpAuthHandlerMock* auth_handler = local
    [all...]

Completed in 322 milliseconds