HomeSort by relevance Sort by last modified time
    Searched full:expected_package (Results 1 - 6 of 6) sorted by null

  /external/chromium/net/http/
mock_sspi_library_win.cc 66 EXPECT_EQ(package_query.expected_package, actual_package);
98 const std::wstring& expected_package,
101 PackageQuery package_query = {expected_package, response_code,
mock_sspi_library_win.h 57 // the MockSSPILibrary. The |expected_package| argument must equal the
90 void ExpectQuerySecurityPackageInfo(const std::wstring& expected_package,
96 std::wstring expected_package; member in struct:net::MockSSPILibrary::PackageQuery
mock_gssapi_library_posix.h 51 SecurityContextQuery(const std::string& expected_package,
59 std::string expected_package; member in struct:net::test::MockGSSAPILibrary::SecurityContextQuery
74 // the MockGSSAPILibrary. The |expected_package| argument must equal the
105 void ExpectSecurityContext(const std::string& expected_package,
mock_gssapi_library_posix.cc 192 : expected_package(),
209 : expected_package(in_expected_package),
239 const std::string& expected_package,
246 security_query.expected_package = expected_package;
385 EXPECT_EQ(std::string("Negotiate"), security_query.expected_package);
http_auth_handler_negotiate_unittest.cc 136 mock_library->ExpectSecurityContext(queries[i].expected_package,
167 mock_library->ExpectSecurityContext(query.expected_package,
http_auth_gssapi_posix_unittest.cc 129 mock_library->ExpectSecurityContext(queries[i].expected_package,

Completed in 109 milliseconds