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

  /external/chromium/third_party/libjingle/source/talk/base/
socketadapters.h 40 struct HttpAuthContext;
155 HttpAuthContext * context_;
httpcommon.h 441 struct HttpAuthContext {
443 HttpAuthContext(const std::string& auth) : auth_method(auth) { }
444 virtual ~HttpAuthContext() { }
457 HttpAuthContext *& context, std::string& response, std::string& auth_method);
httpclient.h 194 scoped_ptr<HttpAuthContext> context_;
httpcommon.cc 728 struct NegotiateAuthContext : public HttpAuthContext {
735 : HttpAuthContext(auth), cred(c1), ctx(c2), steps(0),
751 HttpAuthContext *& context, std::string& response, std::string& auth_method)
772 context = new HttpAuthContext(auth_method);
798 context = new HttpAuthContext(auth_method);
httpclient.cc 754 HttpAuthContext *context = context_.get();
767 // Explicitly do not reset the HttpAuthContext

Completed in 156 milliseconds