/external/chromium/net/http/ |
http_auth_sspi_win_unittest.cc | 39 MockSSPILibrary mock_library; local 40 mock_library.ExpectQuerySecurityPackageInfo(L"NTLM", SEC_E_OK, &package_info); 42 int rv = DetermineMaxTokenLength(&mock_library, L"NTLM", &max_token_length); 48 MockSSPILibrary mock_library; local 49 mock_library.ExpectQuerySecurityPackageInfo(L"Foo", SEC_E_SECPKG_NOT_FOUND, 52 int rv = DetermineMaxTokenLength(&mock_library, L"Foo", &max_token_length); 61 MockSSPILibrary mock_library; local 62 HttpAuthSSPI auth_sspi(&mock_library, "Negotiate", 74 MockSSPILibrary mock_library; local 75 HttpAuthSSPI auth_sspi(&mock_library, "Negotiate" 99 MockSSPILibrary mock_library; local 112 MockSSPILibrary mock_library; local 135 MockSSPILibrary mock_library; local [all...] |
http_auth_gssapi_posix_unittest.cc | 91 scoped_ptr<test::MockGSSAPILibrary> mock_library(new test::MockGSSAPILibrary); 92 DCHECK(mock_library.get()); 93 mock_library->Init(); 129 mock_library->ExpectSecurityContext(queries[i].expected_package, 152 major_status = mock_library->init_sec_context(&minor_status, 169 major_status = mock_library->delete_sec_context(&minor_status, 176 test::MockGSSAPILibrary mock_library; local 177 HttpAuthGSSAPI auth_gssapi(&mock_library, "Negotiate", 189 test::MockGSSAPILibrary mock_library; local 190 HttpAuthGSSAPI auth_gssapi(&mock_library, "Negotiate" 215 test::MockGSSAPILibrary mock_library; local 228 test::MockGSSAPILibrary mock_library; local 252 test::MockGSSAPILibrary mock_library; local [all...] |
http_auth_handler_negotiate_unittest.cc | 47 void SetupMocks(MockAuthLibrary* mock_library) { 52 mock_library->ExpectQuerySecurityPackageInfo( 136 mock_library->ExpectSecurityContext(queries[i].expected_package, 147 void SetupErrorMocks(MockAuthLibrary* mock_library, 167 mock_library->ExpectSecurityContext(query.expected_package,
|
/external/chromium/chrome/browser/chromeos/login/ |
signed_settings_unittest.cc | 240 MockLoginLibrary* mock_library; local 251 mock_library = new MockLoginLibrary(); 252 test_api->SetLoginLibrary(mock_library, true); 253 return mock_library;
|