Searched defs:HttpAuthContext (Results 1 - 2 of 2) 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);
/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);

Completed in 73 milliseconds