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

  /external/chromium_org/extensions/browser/api/cast_channel/
cast_channel_api.h 220 class CastChannelGetLogsFunction : public CastChannelAsyncApiFunction {
222 CastChannelGetLogsFunction();
225 virtual ~CastChannelGetLogsFunction();
239 DISALLOW_COPY_AND_ASSIGN(CastChannelGetLogsFunction);
cast_channel_api.cc 482 CastChannelGetLogsFunction::CastChannelGetLogsFunction() {
485 CastChannelGetLogsFunction::~CastChannelGetLogsFunction() {
488 bool CastChannelGetLogsFunction::PrePrepare() {
493 bool CastChannelGetLogsFunction::Prepare() {
497 void CastChannelGetLogsFunction::AsyncWorkStart() {

Completed in 52 milliseconds