Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dhttpcommon.h436 struct HttpAuthContext { struct
438 HttpAuthContext(const std::string& auth) : auth_method(auth) { } in HttpAuthContext() argument
439 virtual ~HttpAuthContext() { } in ~HttpAuthContext() argument
452 HttpAuthContext *& context, std::string& response, std::string& auth_method);
Dsocketadapters.h23 struct HttpAuthContext;
138 HttpAuthContext * context_;
Dhttpcommon.cc726 struct NegotiateAuthContext : public HttpAuthContext {
733 : HttpAuthContext(auth), cred(c1), ctx(c2), steps(0), in NegotiateAuthContext()
749 HttpAuthContext *& context, std::string& response, std::string& auth_method) in HttpAuthenticate()
770 context = new HttpAuthContext(auth_method); in HttpAuthenticate()
796 context = new HttpAuthContext(auth_method); in HttpAuthenticate()
Dhttpclient.h175 scoped_ptr<HttpAuthContext> context_;
Dhttpclient.cc773 HttpAuthContext *context = context_.get(); in onHttpComplete()