HomeSort by relevance Sort by last modified time
    Searched defs:HttpAuthContext (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/base/
httpcommon.h 441 struct HttpAuthContext {
443 HttpAuthContext(const std::string& auth) : auth_method(auth) { }
444 virtual ~HttpAuthContext() { }
457 HttpAuthContext *& context, std::string& response, std::string& auth_method);
  /external/chromium_org/third_party/webrtc/base/
httpcommon.h 424 struct HttpAuthContext {
426 HttpAuthContext(const std::string& auth) : auth_method(auth) { }
427 virtual ~HttpAuthContext() { }
440 HttpAuthContext *& context, std::string& response, std::string& auth_method);

Completed in 57 milliseconds