Home
last modified time | relevance | path

Searched defs:ParseContentType (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
Dsessionmessages.cc605 bool ParseContentType(const buzz::XmlElement* parent_elem, in ParseContentType() function
872 bool ParseContentType(SignalingProtocol protocol, in ParseContentType() function
/external/chromium_org/net/http/
Dhttp_util_unittest.cc658 TEST(HttpUtilTest, ParseContentType) { in TEST() argument
Dhttp_util.cc80 void HttpUtil::ParseContentType(const std::string& content_type_str, in ParseContentType() function in net::HttpUtil