Searched refs:HttpAuthGSSAPI (Results 1 - 4 of 4) sorted by relevance

/external/chromium/net/http/
H A Dhttp_auth_gssapi_posix_unittest.cc177 HttpAuthGSSAPI auth_gssapi(&mock_library, "Negotiate",
190 HttpAuthGSSAPI auth_gssapi(&mock_library, "Negotiate",
216 HttpAuthGSSAPI auth_gssapi(&mock_library, "Negotiate",
229 HttpAuthGSSAPI auth_gssapi(&mock_library, "Negotiate",
253 HttpAuthGSSAPI auth_gssapi(&mock_library, "Negotiate",
H A Dhttp_auth_gssapi_posix.cc653 HttpAuthGSSAPI::HttpAuthGSSAPI(GSSAPILibrary* library, function in class:net::HttpAuthGSSAPI
664 HttpAuthGSSAPI::~HttpAuthGSSAPI() {
667 bool HttpAuthGSSAPI::Init() {
673 bool HttpAuthGSSAPI::NeedsIdentity() const {
677 void HttpAuthGSSAPI::Delegate() {
681 HttpAuth::AuthorizationResult HttpAuthGSSAPI::ParseChallenge(
712 int HttpAuthGSSAPI::GenerateAuthToken(const string16* username,
837 int HttpAuthGSSAPI
[all...]
H A Dhttp_auth_gssapi_posix.h216 class HttpAuthGSSAPI { class in namespace:net
218 HttpAuthGSSAPI(GSSAPILibrary* library,
221 ~HttpAuthGSSAPI();
H A Dhttp_auth_handler_negotiate.h41 typedef HttpAuthGSSAPI AuthSystem;

Completed in 57 milliseconds