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

  /external/chromium_org/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,
  /external/chromium_org/third_party/webrtc/base/
httpcommon.h 150 typedef std::vector<HttpAttribute> HttpAttributeList;
151 void HttpComposeAttributes(const HttpAttributeList& attributes, char separator,
154 HttpAttributeList& attributes);
155 bool HttpHasAttribute(const HttpAttributeList& attributes,
158 bool HttpHasNthAttribute(HttpAttributeList& attributes,

Completed in 37 milliseconds