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

/external/chromium_org/third_party/webrtc/base/
H A Dhttpcommon.cc718 struct NegotiateAuthContext : public HttpAuthContext { struct in namespace:rtc
724 NegotiateAuthContext(const std::string& auth, CredHandle c1, CtxtHandle c2) function in struct:rtc::NegotiateAuthContext
729 virtual ~NegotiateAuthContext() {
906 NegotiateAuthContext * neg = static_cast<NegotiateAuthContext *>(context);
1016 context = neg = new NegotiateAuthContext(auth_method, cred, ctx);

Completed in 104 milliseconds