Searched refs:RemoveContentByName (Results 1 – 4 of 4) sorted by relevance
147 bool RemoveContentByName(const std::string& name);
154 bool SessionDescription::RemoveContentByName(const std::string& name) { in RemoveContentByName() function in cricket::SessionDescription
1013 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()
2823 answer_copy->RemoveContentByName("video"); in TEST_F()2870 answer_copy->RemoveContentByName("video"); in TEST_F()