HomeSort by relevance Sort by last modified time
    Searched refs:HttpHasAttribute (Results 1 - 3 of 3) sorted by null

  /external/webrtc/webrtc/base/
httpcommon.cc 303 bool HttpHasAttribute(const HttpAttributeList& attributes,
811 HttpHasAttribute(args, "realm", &realm);
812 HttpHasAttribute(args, "nonce", &nonce);
813 bool has_qop = HttpHasAttribute(args, "qop", &qop);
814 bool has_opaque = HttpHasAttribute(args, "opaque", &opaque);
httpclient.cc 73 if (HttpHasAttribute(directives, "no-store", NULL)) {
75 } else if (HttpHasAttribute(directives, "public", NULL)) {
131 if (HttpHasAttribute(cache_control, "max-age", &s_temp)) {
httpcommon.h 165 bool HttpHasAttribute(const HttpAttributeList& attributes,

Completed in 53 milliseconds