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

/external/chromium/third_party/libjingle/source/talk/base/
H A Dhttpcommon.h441 struct HttpAuthContext { struct in namespace:talk_base
443 HttpAuthContext(const std::string& auth) : auth_method(auth) { } function in struct:talk_base::HttpAuthContext
444 virtual ~HttpAuthContext() { }
457 HttpAuthContext *& context, std::string& response, std::string& auth_method);
H A Dsocketadapters.h40 struct HttpAuthContext;
155 HttpAuthContext * context_;
H A Dhttpclient.h194 scoped_ptr<HttpAuthContext> context_;
H A Dhttpcommon.cc728 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);
H A Dhttpclient.cc754 HttpAuthContext *context = context_.get();
767 // Explicitly do not reset the HttpAuthContext
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dhttpcommon.h441 struct HttpAuthContext { struct in namespace:talk_base
443 HttpAuthContext(const std::string& auth) : auth_method(auth) { } function in struct:talk_base::HttpAuthContext
444 virtual ~HttpAuthContext() { }
457 HttpAuthContext *& context, std::string& response, std::string& auth_method);
H A Dsocketadapters.h40 struct HttpAuthContext;
155 HttpAuthContext * context_;
H A Dhttpclient.h199 scoped_ptr<HttpAuthContext> context_;
H A Dhttpcommon.cc735 struct NegotiateAuthContext : public HttpAuthContext {
742 : HttpAuthContext(auth), cred(c1), ctx(c2), steps(0),
758 HttpAuthContext *& context, std::string& response, std::string& auth_method)
779 context = new HttpAuthContext(auth_method);
805 context = new HttpAuthContext(auth_method);
H A Dhttpclient.cc787 HttpAuthContext *context = context_.get();
800 // Explicitly do not reset the HttpAuthContext

Completed in 159 milliseconds