Home
last modified time | relevance | path

Searched refs:HttpAttribute (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
Dhttpcommon.h149 typedef std::pair<std::string, std::string> HttpAttribute; typedef
150 typedef std::vector<HttpAttribute> HttpAttributeList;
Dhttpcommon.cc270 HttpAttribute attribute; in HttpParseAttributes()