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

  /external/chromium_org/extensions/browser/api/cast_channel/
cast_channel_api.h 178 class CastChannelSendFunction : public CastChannelAsyncApiFunction {
180 CastChannelSendFunction();
183 virtual ~CastChannelSendFunction();
196 DISALLOW_COPY_AND_ASSIGN(CastChannelSendFunction);
cast_channel_api.cc 389 CastChannelSendFunction::CastChannelSendFunction() { }
391 CastChannelSendFunction::~CastChannelSendFunction() { }
393 bool CastChannelSendFunction::Prepare() {
419 void CastChannelSendFunction::AsyncWorkStart() {
428 base::Bind(&CastChannelSendFunction::OnSend, this));
431 void CastChannelSendFunction::OnSend(int result) {
cast_channel_apitest.cc 178 extensions::CastChannelSendFunction* CreateSendFunction(
180 extensions::CastChannelSendFunction* cast_channel_send_function =
181 new extensions::CastChannelSendFunction;
345 scoped_refptr<extensions::CastChannelSendFunction> cast_channel_send_function;

Completed in 95 milliseconds