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

  /external/chromium_org/content/browser/renderer_host/media/
media_stream_dispatcher_host.h 72 void OnStopStreamDevice(int render_view_id,
media_stream_dispatcher_host.cc 96 OnStopStreamDevice)
147 void MediaStreamDispatcherHost::OnStopStreamDevice(
150 DVLOG(1) << "MediaStreamDispatcherHost::OnStopStreamDevice("
media_stream_dispatcher_host_unittest.cc 72 void OnStopStreamDevice(int render_view_id,
74 MediaStreamDispatcherHost::OnStopStreamDevice(render_view_id, device_id);
662 // Test that if a OnStopStreamDevice message is received for a device that has
682 host_->OnStopStreamDevice(kRenderId, video_device_info.device.id);
702 host_->OnStopStreamDevice(kRenderId, video_device_info.device.id);

Completed in 543 milliseconds