Home | History | Annotate | Download | only in base

Lines Matching refs:content_type

491                       std::string* content_type,
497 *content_type = (*content_elem)->Name().Namespace();
505 std::string content_type;
507 if (!ParseContentType(session, &content_type, &content_elem, error))
510 if (content_type == NS_GINGLE_VIDEO) {
527 } else if (content_type == NS_GINGLE_AUDIO) {
533 if (!ParseContentInfo(PROTOCOL_GINGLE, CN_OTHER, content_type,
554 std::string content_type;
556 if (!ParseContentType(pair_elem, &content_type, &content_elem, error))
559 if (!ParseContentInfo(PROTOCOL_JINGLE, content_name, content_type,
664 std::string* content_type,
668 if (!ParseContentType(action_elem, content_type, &content_elem, error))
672 if (*content_type == NS_GINGLE_AUDIO ||
673 *content_type == NS_GINGLE_VIDEO)
674 *content_type = NS_JINGLE_RTP;
681 if (!ParseContentType(pair_elem, content_type, &content_elem, error))
691 if (content_type2 != *content_type)