HomeSort by relevance Sort by last modified time
    Searched refs:auth_handler (Results 1 - 13 of 13) 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...]
  /external/chromium_org/net/http/
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(L"HTTP/alias", auth_handler->spn());
231 EXPECT_EQ(L"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_controller_unittest.cc 64 HttpAuthHandlerMock* auth_handler = new HttpAuthHandlerMock(); local
65 auth_handler->SetGenerateExpectation((run_mode == RUN_HANDLER_ASYNC),
67 auth_handler_factory.AddMockHandler(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 9599 UrlRecordingHttpAuthHandlerMock* auth_handler = local
    [all...]
  /external/chromium_org/chrome/android/testshell/
testshell_tab.h 47 virtual void OnReceivedHttpAuthRequest(jobject auth_handler,
testshell_tab.cc 52 void TestShellTab::OnReceivedHttpAuthRequest(jobject auth_handler,
  /external/chromium_org/chrome/browser/android/
tab_android.h 47 virtual void OnReceivedHttpAuthRequest(jobject auth_handler,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_urllib2.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_urllib2.py     [all...]

Completed in 137 milliseconds