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

/external/chromium/third_party/libjingle/source/talk/base/
H A Dhttpcommon.cc728 struct NegotiateAuthContext : public HttpAuthContext { struct in namespace:talk_base
734 NegotiateAuthContext(const std::string& auth, CredHandle c1, CtxtHandle c2) function in struct:talk_base::NegotiateAuthContext
739 virtual ~NegotiateAuthContext() {
915 NegotiateAuthContext * neg = static_cast<NegotiateAuthContext *>(context);
1023 context = neg = new NegotiateAuthContext(auth_method, cred, ctx);

Completed in 73 milliseconds