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

  /external/chromium_org/content/renderer/media/
media_stream_extra_data.h 38 StreamStopCallback stream_stop_callback_; member in class:content::MediaStreamExtraData
media_stream_impl.cc 649 stream_stop_callback_ = stop_callback;
653 if (!stream_stop_callback_.is_null())
654 stream_stop_callback_.Run(stream_->label());

Completed in 47 milliseconds