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

  /external/chromium_org/third_party/libjingle/source/talk/base/
httpcommon.cc 735 struct NegotiateAuthContext : public HttpAuthContext {
741 NegotiateAuthContext(const std::string& auth, CredHandle c1, CtxtHandle c2)
746 virtual ~NegotiateAuthContext() {
923 NegotiateAuthContext * neg = static_cast<NegotiateAuthContext *>(context);
1031 context = neg = new NegotiateAuthContext(auth_method, cred, ctx);
  /external/chromium_org/third_party/webrtc/base/
httpcommon.cc 718 struct NegotiateAuthContext : public HttpAuthContext {
724 NegotiateAuthContext(const std::string& auth, CredHandle c1, CtxtHandle c2)
729 virtual ~NegotiateAuthContext() {
906 NegotiateAuthContext * neg = static_cast<NegotiateAuthContext *>(context);
1014 context = neg = new NegotiateAuthContext(auth_method, cred, ctx);

Completed in 51 milliseconds