Home
last modified time | relevance | path

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

/external/chromium/third_party/libjingle/source/talk/base/
Dhttpcommon.h167 typedef std::vector<HttpAttribute> HttpAttributeList; typedef
168 void HttpComposeAttributes(const HttpAttributeList& attributes, char separator,
171 HttpAttributeList& attributes);
172 bool HttpHasAttribute(const HttpAttributeList& attributes,
175 bool HttpHasNthAttribute(HttpAttributeList& attributes,
Dhttpcommon.cc253 void HttpComposeAttributes(const HttpAttributeList& attributes, char separator, in HttpComposeAttributes()
269 HttpAttributeList& attributes) { in HttpParseAttributes()
318 bool HttpHasAttribute(const HttpAttributeList& attributes, in HttpHasAttribute()
321 for (HttpAttributeList::const_iterator it = attributes.begin(); in HttpHasAttribute()
333 bool HttpHasNthAttribute(HttpAttributeList& attributes, in HttpHasNthAttribute()
758 HttpAttributeList args; in HttpAuthenticate()
Dhttpclient.cc79 HttpAttributeList directives; in HttpShouldCache()
113 HttpAttributeList cache_control; in HttpGetCacheState()