Home
last modified time | relevance | path

Searched refs:HttpHasAttribute (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/base/
Dhttpcommon.cc303 bool HttpHasAttribute(const HttpAttributeList& attributes, in HttpHasAttribute() function
811 HttpHasAttribute(args, "realm", &realm); in HttpAuthenticate()
812 HttpHasAttribute(args, "nonce", &nonce); in HttpAuthenticate()
813 bool has_qop = HttpHasAttribute(args, "qop", &qop); in HttpAuthenticate()
814 bool has_opaque = HttpHasAttribute(args, "opaque", &opaque); in HttpAuthenticate()
Dhttpclient.cc73 if (HttpHasAttribute(directives, "no-store", NULL)) { in HttpShouldCache()
75 } else if (HttpHasAttribute(directives, "public", NULL)) { in HttpShouldCache()
131 if (HttpHasAttribute(cache_control, "max-age", &s_temp)) { in HttpGetCacheState()
Dhttpcommon.h165 bool HttpHasAttribute(const HttpAttributeList& attributes,