Home
last modified time | relevance | path

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

/external/webrtc/talk/app/webrtc/
Dwebrtcsdp_unittest.cc1045 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()
Dwebrtcsession_unittest.cc3547 answer_copy->RemoveContentByName("video"); in TEST_F()
3594 answer_copy->RemoveContentByName("video"); in TEST_F()
/external/webrtc/webrtc/p2p/base/
Dsessiondescription.h130 bool RemoveContentByName(const std::string& name);
Dsessiondescription.cc135 bool SessionDescription::RemoveContentByName(const std::string& name) { in RemoveContentByName() function in cricket::SessionDescription