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

  /external/chromium_org/chrome/browser/media/
media_stream_devices_controller.h 124 bool IsDeviceVideoCaptureRequestedAndAllowed() const;
media_stream_devices_controller.cc 230 return IsDeviceVideoCaptureRequestedAndAllowed();
243 bool video_allowed = IsDeviceVideoCaptureRequestedAndAllowed();
460 { IsDeviceVideoCaptureRequestedAndAllowed(), prefs::kVideoCaptureAllowed,
515 if (IsDeviceVideoCaptureRequestedAndAllowed()) {
594 if (IsDeviceVideoCaptureRequestedAndAllowed()) {
611 bool MediaStreamDevicesController::IsDeviceVideoCaptureRequestedAndAllowed()

Completed in 1002 milliseconds