Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dhttpcommon.h159 typedef std::pair<std::string, std::string> HttpAttribute; typedef
160 typedef std::vector<HttpAttribute> HttpAttributeList;
Dhttpcommon.cc272 HttpAttribute attribute; in HttpParseAttributes()