HomeSort by relevance Sort by last modified time
    Searched refs:CastSocketInterface (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/extensions/browser/api/cast_channel/
cast_transport.h 36 class CastSocketInterface {
38 CastSocketInterface() {}
39 virtual ~CastSocketInterface() {}
73 virtual void OnError(const CastSocketInterface* socket,
77 virtual void OnMessage(const CastSocketInterface* socket,
88 CastTransport(CastSocketInterface* socket,
185 CastSocketInterface* const socket_;
cast_transport_unittest.cc 126 void(const CastSocketInterface* socket,
130 void(const CastSocketInterface* socket,
134 class MockCastSocket : public CastSocketInterface {
cast_transport.cc 28 CastTransport::CastTransport(CastSocketInterface* socket,

Completed in 567 milliseconds