HomeSort by relevance Sort by last modified time
    Searched refs:ScopedSecurityContext (Results 1 - 2 of 2) sorted by null

  /external/chromium/net/http/
http_auth_gssapi_posix.h 197 // ScopedSecurityContext releases a gss_ctx_id_t when it goes out of
199 class ScopedSecurityContext {
201 explicit ScopedSecurityContext(GSSAPILibrary* gssapi_lib);
202 ~ScopedSecurityContext();
211 DISALLOW_COPY_AND_ASSIGN(ScopedSecurityContext);
257 ScopedSecurityContext scoped_sec_context_;
http_auth_gssapi_posix.cc 633 ScopedSecurityContext::ScopedSecurityContext(GSSAPILibrary* gssapi_lib)
639 ScopedSecurityContext::~ScopedSecurityContext() {

Completed in 73 milliseconds