Searched refs:RemoveContentByName (Results 1 – 4 of 4) sorted by relevance
1045 desc_.RemoveContentByName(kAudioContentName); in AddExtmap()1046 desc_.RemoveContentByName(kVideoContentName); in AddExtmap()1077 desc_.RemoveContentByName(kAudioContentName); in TestSerializeRejected()1078 desc_.RemoveContentByName(kVideoContentName); in TestSerializeRejected()1170 desc_.RemoveContentByName(kAudioContentName); in TestDeserializeRejected()1171 desc_.RemoveContentByName(kVideoContentName); in TestDeserializeRejected()1427 desc_.RemoveContentByName("video_content_name"); in TEST_F()1458 desc_.RemoveContentByName("video_content_name"); in TEST_F()1488 desc_.RemoveContentByName("video_content_name"); in TEST_F()1520 desc_.RemoveContentByName("video_content_name"); in TEST_F()
3547 answer_copy->RemoveContentByName("video"); in TEST_F()3594 answer_copy->RemoveContentByName("video"); in TEST_F()
130 bool RemoveContentByName(const std::string& name);
135 bool SessionDescription::RemoveContentByName(const std::string& name) { in RemoveContentByName() function in cricket::SessionDescription