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
952 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()
2702 answer_copy->RemoveContentByName("video"); in TEST_F()2749 answer_copy->RemoveContentByName("video"); in TEST_F()