Home
last modified time | relevance | path

Searched refs:HttpAuthResult (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/rtc_base/
Dhttp_common.h31 enum HttpAuthResult { HAR_RESPONSE, HAR_IGNORE, HAR_CREDENTIALS, HAR_ERROR }; enum
37 HttpAuthResult HttpAuthenticate(const char* challenge,
Dhttp_common.cc251 HttpAuthResult HttpAuthenticate(const char* challenge, in HttpAuthenticate()