Searched defs:mock_library (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/net/http/
H A Dhttp_auth_sspi_win_unittest.cc40 MockSSPILibrary mock_library; local
41 mock_library.ExpectQuerySecurityPackageInfo(L"NTLM", SEC_E_OK, &package_info);
43 int rv = DetermineMaxTokenLength(&mock_library, L"NTLM", &max_token_length);
49 MockSSPILibrary mock_library; local
50 mock_library.ExpectQuerySecurityPackageInfo(L"Foo", SEC_E_SECPKG_NOT_FOUND,
53 int rv = DetermineMaxTokenLength(&mock_library, L"Foo", &max_token_length);
62 MockSSPILibrary mock_library; local
63 HttpAuthSSPI auth_sspi(&mock_library, "Negotiate",
75 MockSSPILibrary mock_library; local
76 HttpAuthSSPI auth_sspi(&mock_library, "Negotiat
99 MockSSPILibrary mock_library; local
112 MockSSPILibrary mock_library; local
134 MockSSPILibrary mock_library; local
[all...]
H A Dhttp_auth_gssapi_posix_unittest.cc94 scoped_ptr<test::MockGSSAPILibrary> mock_library(new test::MockGSSAPILibrary);
95 DCHECK(mock_library.get());
96 mock_library->Init();
132 mock_library->ExpectSecurityContext(queries[i].expected_package,
155 major_status = mock_library->init_sec_context(&minor_status,
173 major_status = mock_library->delete_sec_context(&minor_status,
181 test::MockGSSAPILibrary mock_library; local
182 HttpAuthGSSAPI auth_gssapi(&mock_library, "Negotiate",
194 test::MockGSSAPILibrary mock_library; local
195 HttpAuthGSSAPI auth_gssapi(&mock_library, "Negotiat
219 test::MockGSSAPILibrary mock_library; local
232 test::MockGSSAPILibrary mock_library; local
255 test::MockGSSAPILibrary mock_library; local
[all...]
H A Dhttp_auth_handler_negotiate_unittest.cc45 void SetupMocks(MockAuthLibrary* mock_library) { argument
50 mock_library->ExpectQuerySecurityPackageInfo(
134 mock_library->ExpectSecurityContext(queries[i].expected_package,
145 void SetupErrorMocks(MockAuthLibrary* mock_library, argument
165 mock_library->ExpectSecurityContext(query.expected_package,

Completed in 348 milliseconds