Searched defs:HttpAuthContext (Results 1 - 1 of 1) sorted by path

/external/chromium_org/third_party/webrtc/base/
H A Dhttpcommon.h424 struct HttpAuthContext { struct in namespace:rtc
426 HttpAuthContext(const std::string& auth) : auth_method(auth) { } function in struct:rtc::HttpAuthContext
427 virtual ~HttpAuthContext() { }
440 HttpAuthContext *& context, std::string& response, std::string& auth_method);

Completed in 439 milliseconds