Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
Dsessiondescription.h147 bool RemoveContentByName(const std::string& name);
Dsessiondescription.cc154 bool SessionDescription::RemoveContentByName(const std::string& name) { in RemoveContentByName() function in cricket::SessionDescription
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
Dwebrtcsdp_unittest.cc1013 desc_.RemoveContentByName(kAudioContentName); in AddExtmap()
1014 desc_.RemoveContentByName(kVideoContentName); in AddExtmap()
1045 desc_.RemoveContentByName(kAudioContentName); in TestSerializeRejected()
1046 desc_.RemoveContentByName(kVideoContentName); in TestSerializeRejected()
1133 desc_.RemoveContentByName(kAudioContentName); in TestDeserializeRejected()
1134 desc_.RemoveContentByName(kVideoContentName); in TestDeserializeRejected()
Dwebrtcsession_unittest.cc2823 answer_copy->RemoveContentByName("video"); in TEST_F()
2870 answer_copy->RemoveContentByName("video"); in TEST_F()