Home
last modified time | relevance | path

Searched refs:HttpAuthContext (Results 1 – 6 of 6) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/base/
Dhttpcommon.h441 struct HttpAuthContext { struct
443 HttpAuthContext(const std::string& auth) : auth_method(auth) { } in HttpAuthContext() argument
444 virtual ~HttpAuthContext() { } in ~HttpAuthContext() argument
457 HttpAuthContext *& context, std::string& response, std::string& auth_method);
Dsocketadapters.h40 struct HttpAuthContext;
155 HttpAuthContext * context_;
Dhttpcommon.cc728 struct NegotiateAuthContext : public HttpAuthContext {
735 : HttpAuthContext(auth), cred(c1), ctx(c2), steps(0), in NegotiateAuthContext()
751 HttpAuthContext *& context, std::string& response, std::string& auth_method) in HttpAuthenticate()
772 context = new HttpAuthContext(auth_method); in HttpAuthenticate()
798 context = new HttpAuthContext(auth_method); in HttpAuthenticate()
Dhttpclient.h194 scoped_ptr<HttpAuthContext> context_;
Dhttpclient.cc754 HttpAuthContext *context = context_.get(); in onHttpComplete()
/external/chromium/third_party/libjingle/
Dmods-since-v0_4_0.diff354 > HttpAuthContext *context = context_.get();