OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GSSAPILibrary
(Results
1 - 2
of
2
) sorted by null
/external/chromium/net/http/
http_auth_gssapi_posix.h
25
//
GSSAPILibrary
is introduced so unit tests can mock the calls to the GSSAPI
29
class
GSSAPILibrary
{
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_;
/external/chromium_org/net/http/
http_auth_gssapi_posix.h
28
//
GSSAPILibrary
is introduced so unit tests can mock the calls to the GSSAPI
32
class NET_EXPORT_PRIVATE
GSSAPILibrary
{
34
virtual ~
GSSAPILibrary
() {}
104
class NET_EXPORT_PRIVATE GSSAPISharedLibrary : public
GSSAPILibrary
{
111
//
GSSAPILibrary
methods:
214
explicit ScopedSecurityContext(
GSSAPILibrary
* gssapi_lib);
222
GSSAPILibrary
* gssapi_lib_;
231
HttpAuthGSSAPI(
GSSAPILibrary
* library,
269
GSSAPILibrary
* library_;
Completed in 30 milliseconds