Home
last modified time | relevance | path

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

/external/chromium/third_party/libjingle/source/talk/p2p/base/
Dsessionmessages.cc687 std::string content_type2; in ParseContentType() local
688 if (!ParseContentType(pair_elem, &content_type2, &content_elem, error)) in ParseContentType()
691 if (content_type2 != *content_type) in ParseContentType()