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

  /external/chromium_org/content/browser/renderer_host/media/
media_stream_requester.h 28 virtual void StopGeneratedStream(const std::string& label) = 0;
device_request_message_filter.cc 74 void DeviceRequestMessageFilter::StopGeneratedStream(
127 // TODO(vrk): Rename StopGeneratedStream() to CancelDeviceRequest().
128 media_stream_manager_->StopGeneratedStream(request_it->audio_devices_label);
129 media_stream_manager_->StopGeneratedStream(request_it->video_devices_label);
156 // TODO(vrk): Rename StopGeneratedStream() to CancelDeviceRequest().
157 media_stream_manager_->StopGeneratedStream(it->audio_devices_label);
158 media_stream_manager_->StopGeneratedStream(it->video_devices_label);
device_request_message_filter.h 37 virtual void StopGeneratedStream(const std::string& label) OVERRIDE;
media_stream_dispatcher_host.h 36 virtual void StopGeneratedStream(const std::string& label) OVERRIDE;
device_request_message_filter_unittest.cc 35 MOCK_METHOD1(StopGeneratedStream, void(const std::string& label));
111 EXPECT_CALL(*media_stream_manager_, StopGeneratedStream(kAudioLabel))
113 EXPECT_CALL(*media_stream_manager_, StopGeneratedStream(kVideoLabel))
media_stream_dispatcher_host.cc 65 void MediaStreamDispatcherHost::StopGeneratedStream(
68 DVLOG(1) << "MediaStreamDispatcherHost::StopGeneratedStream("
136 media_stream_manager_->StopGeneratedStream(label);
193 media_stream_manager_->StopGeneratedStream(label);
media_stream_manager.h 107 virtual void StopGeneratedStream(const std::string& label);
media_stream_manager.cc 323 StopGeneratedStream(label);
328 void MediaStreamManager::StopGeneratedStream(const std::string& label) {
    [all...]

Completed in 90 milliseconds