Lines Matching defs:content_name

579     if (bundle_group.HasContentName(it->content_name) &&
580 it->content_name != selected_content_name) {
589 // Gets the CryptoParamsVec of the given |content_name| from |sdesc|, and
592 const std::string& content_name,
598 const ContentInfo* content = sdesc->GetContentByName(content_name);
645 const std::string& content_name) {
647 ContentInfo* content = sdesc->GetContentByName(content_name);
1132 // Gets the TransportInfo of the given |content_name| from the
1135 const std::string& content_name,
1140 current_description->GetTransportInfoByName(content_name);
1150 const std::string& content_name,
1156 current_description->GetContentByName(content_name);
1161 GetTransportDescription(content_name, current_description);
1507 const std::string& content_name,
1514 GetTransportDescription(content_name, current_desc);
1518 offer_desc->AddTransportInfo(TransportInfo(content_name, *new_tdesc)));
1521 << "Failed to AddTransportOffer, content name=" << content_name;
1527 const std::string& content_name,
1534 GetTransportDescription(content_name, offer_desc);
1536 GetTransportDescription(content_name, current_desc);
1543 const std::string& content_name,
1546 if (!answer_desc->AddTransportInfo(TransportInfo(content_name,
1549 << "Failed to AddTransportAnswer, content name=" << content_name;
1564 std::string content_name =
1568 IsDtlsActive(content_name, current_description) ? cricket::SEC_DISABLED
1605 desc->AddContent(content_name, NS_JINGLE_RTP, audio.release());
1606 if (!AddTransportOffer(content_name, options.audio_transport_options,
1623 std::string content_name =
1627 IsDtlsActive(content_name, current_description) ? cricket::SEC_DISABLED
1665 desc->AddContent(content_name, NS_JINGLE_RTP, video.release());
1666 if (!AddTransportOffer(content_name, options.video_transport_options,
1689 std::string content_name =
1693 IsDtlsActive(content_name, current_description) ? cricket::SEC_DISABLED
1724 desc->AddContent(content_name, NS_JINGLE_DRAFT_SCTP, data.release());
1728 desc->AddContent(content_name, NS_JINGLE_RTP, data.release());
1730 if (!AddTransportOffer(content_name, options.data_transport_options,