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

/external/chromium/net/http/
H A Dhttp_auth_gssapi_posix.h25 // GSSAPILibrary is introduced so unit tests can mock the calls to the GSSAPI
29 class GSSAPILibrary { class in namespace:net
31 virtual ~GSSAPILibrary() {}
101 class GSSAPISharedLibrary : public GSSAPILibrary {
108 // GSSAPILibrary methods:
201 explicit ScopedSecurityContext(GSSAPILibrary* gssapi_lib);
209 GSSAPILibrary* gssapi_lib_;
218 HttpAuthGSSAPI(GSSAPILibrary* library,
255 GSSAPILibrary* library_;

Completed in 237 milliseconds