Searched refs:CastUdpTransport (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/renderer/media/
H A Dcast_udp_transport.cc10 CastUdpTransport::CastUdpTransport( function in class:CastUdpTransport
17 CastUdpTransport::~CastUdpTransport() {
20 void CastUdpTransport::SetDestination(const net::IPEndPoint& remote_address) {
21 VLOG(1) << "CastUdpTransport::SetDestination = "
28 void CastUdpTransport::SetOptions(scoped_ptr<base::DictionaryValue> options) {
H A Dcast_udp_transport.h22 class CastUdpTransport { class
24 explicit CastUdpTransport(const scoped_refptr<CastSession>& session);
25 virtual ~CastUdpTransport();
37 base::WeakPtrFactory<CastUdpTransport> weak_factory_;
39 DISALLOW_COPY_AND_ASSIGN(CastUdpTransport);
/external/chromium_org/chrome/renderer/extensions/
H A Dcast_streaming_native_handler.h17 class CastUdpTransport;
64 scoped_ptr<CastUdpTransport> udp_transport);
78 CastUdpTransport* GetUdpTransportOrThrow(int transport_id) const;
85 typedef std::map<int, linked_ptr<CastUdpTransport> > UdpTransportMap;
H A Dcast_streaming_native_handler.cc243 scoped_ptr<CastUdpTransport> udp_transport(
244 new CastUdpTransport(session));
263 scoped_ptr<CastUdpTransport> udp_transport) {
286 linked_ptr<CastUdpTransport>(udp_transport.release());
438 CastUdpTransport* transport = GetUdpTransportOrThrow(transport_id);
473 CastUdpTransport* transport = GetUdpTransportOrThrow(transport_id);
606 CastUdpTransport* CastStreamingNativeHandler::GetUdpTransportOrThrow(

Completed in 530 milliseconds