Searched refs:video_allowed (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/media/
H A Dmedia_stream_devices_controller.cc243 bool video_allowed = IsDeviceVideoCaptureRequestedAndAllowed(); local
244 if (audio_allowed || video_allowed) {
261 } else if (video_allowed &&
278 bool get_default_video_device = video_allowed;
290 if (video_allowed && !request_.requested_video_device_id.empty()) {
316 video_allowed,
343 if (video_allowed) {
H A Dmedia_capture_devices_dispatcher.cc720 bool video_allowed = local
729 bool get_default_video_device = video_allowed;
742 (audio_allowed || video_allowed) ? content::MEDIA_DEVICE_NO_HARDWARE
756 if (video_allowed && !request.requested_video_device_id.empty()) {

Completed in 2048 milliseconds