Searched defs:CastChannelSendFunction (Results 1 - 2 of 2) sorted by last modified time

/external/chromium_org/extensions/browser/api/cast_channel/
H A Dcast_channel_api.cc389 CastChannelSendFunction::CastChannelSendFunction() { } function in class:extensions::CastChannelSendFunction
391 CastChannelSendFunction::~CastChannelSendFunction() { }
393 bool CastChannelSendFunction::Prepare() {
419 void CastChannelSendFunction::AsyncWorkStart() {
428 base::Bind(&CastChannelSendFunction::OnSend, this));
431 void CastChannelSendFunction::OnSend(int result) {
H A Dcast_channel_api.h178 class CastChannelSendFunction : public CastChannelAsyncApiFunction { class in namespace:extensions
180 CastChannelSendFunction();
183 virtual ~CastChannelSendFunction();
196 DISALLOW_COPY_AND_ASSIGN(CastChannelSendFunction);

Completed in 149 milliseconds