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

  /external/chromium/third_party/libjingle/source/talk/base/
httpcommon.h 167 typedef std::vector<HttpAttribute> HttpAttributeList;
168 void HttpComposeAttributes(const HttpAttributeList& attributes, char separator,
171 HttpAttributeList& attributes);
172 bool HttpHasAttribute(const HttpAttributeList& attributes,
175 bool HttpHasNthAttribute(HttpAttributeList& attributes,
httpcommon.cc 253 void HttpComposeAttributes(const HttpAttributeList& attributes, char separator,
269 HttpAttributeList& attributes) {
318 bool HttpHasAttribute(const HttpAttributeList& attributes,
321 for (HttpAttributeList::const_iterator it = attributes.begin();
333 bool HttpHasNthAttribute(HttpAttributeList& attributes,
758 HttpAttributeList args;
httpclient.cc 79 HttpAttributeList directives;
113 HttpAttributeList cache_control;

Completed in 183 milliseconds