Searched refs:RemoveTransportInfoByName (Results 1 - 3 of 3) sorted by relevance

/external/webrtc/webrtc/p2p/base/
H A Dsessiondescription.h151 bool RemoveTransportInfoByName(const std::string& name);
H A Dsessiondescription.cc156 bool SessionDescription::RemoveTransportInfoByName(const std::string& name) { function in class:cricket::SessionDescription
/external/webrtc/talk/app/webrtc/
H A Dwebrtcsdp_unittest.cc974 desc->RemoveTransportInfoByName(content_name);
995 desc_.RemoveTransportInfoByName(content_name);
1006 desc_.RemoveTransportInfoByName(content_name);
1013 desc_.RemoveTransportInfoByName(kAudioContentName);
1014 desc_.RemoveTransportInfoByName(kVideoContentName);
2677 desc_.RemoveTransportInfoByName(kAudioContentName);
2678 desc_.RemoveTransportInfoByName(kVideoContentName);

Completed in 89 milliseconds