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.cc952 desc_.RemoveContentByName(kAudioContentName); in AddExtmap()
953 desc_.RemoveContentByName(kVideoContentName); in AddExtmap()
984 desc_.RemoveContentByName(kAudioContentName); in TestSerializeRejected()
985 desc_.RemoveContentByName(kVideoContentName); in TestSerializeRejected()
1072 desc_.RemoveContentByName(kAudioContentName); in TestDeserializeRejected()
1073 desc_.RemoveContentByName(kVideoContentName); in TestDeserializeRejected()
Dwebrtcsession_unittest.cc2702 answer_copy->RemoveContentByName("video"); in TEST_F()
2749 answer_copy->RemoveContentByName("video"); in TEST_F()