Searched refs:HttpHasAttribute (Results 1 – 3 of 3) sorted by relevance
/external/webrtc/webrtc/base/ |
D | httpcommon.cc | 303 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()
|
D | httpclient.cc | 73 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()
|
D | httpcommon.h | 165 bool HttpHasAttribute(const HttpAttributeList& attributes,
|