Home
last modified time | relevance | path

Searched refs:MEDIASTREAM_CAMERA (Results 1 – 25 of 93) sorted by relevance

1234

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/media/webrtc/
H A Dmedia_stream_devices_controller_browsertest.cc313 ContentSettingsType::MEDIASTREAM_CAMERA)); in IN_PROC_BROWSER_TEST_F()
315 ContentSettingsType::MEDIASTREAM_CAMERA)); in IN_PROC_BROWSER_TEST_F()
368 ContentSettingsType::MEDIASTREAM_CAMERA)); in IN_PROC_BROWSER_TEST_F()
370 ContentSettingsType::MEDIASTREAM_CAMERA)); in IN_PROC_BROWSER_TEST_F()
403 ContentSettingsType::MEDIASTREAM_CAMERA)); in IN_PROC_BROWSER_TEST_F()
405 ContentSettingsType::MEDIASTREAM_CAMERA)); in IN_PROC_BROWSER_TEST_F()
438 ContentSettingsType::MEDIASTREAM_CAMERA)); in IN_PROC_BROWSER_TEST_F()
440 ContentSettingsType::MEDIASTREAM_CAMERA)); in IN_PROC_BROWSER_TEST_F()
476 ContentSettingsType::MEDIASTREAM_CAMERA)); in IN_PROC_BROWSER_TEST_F()
478 ContentSettingsType::MEDIASTREAM_CAMERA)); in IN_PROC_BROWSER_TEST_F()
[all …]
H A Dcamera_pan_tilt_zoom_permission_context_unittest.cc90 ContentSettingsType::MEDIASTREAM_CAMERA); in TEST_P()
94 SetContentSetting(ContentSettingsType::MEDIASTREAM_CAMERA, GetParam().second); in TEST_P()
130 SetContentSetting(ContentSettingsType::MEDIASTREAM_CAMERA, GetParam().first); in TEST_P()
136 GetContentSetting(ContentSettingsType::MEDIASTREAM_CAMERA)); in TEST_P()
H A Dmedia_stream_device_permission_context.cc23 DCHECK_EQ(ContentSettingsType::MEDIASTREAM_CAMERA, type); in GetFeaturePolicyFeature()
37 content_settings_type_ == ContentSettingsType::MEDIASTREAM_CAMERA); in MediaStreamDevicePermissionContext()
66 DCHECK(content_settings_type_ == ContentSettingsType::MEDIASTREAM_CAMERA); in GetPermissionStatusInternal()
H A Dmedia_stream_permission_browsertest.cc147 ContentSettingsType::MEDIASTREAM_CAMERA); in IN_PROC_BROWSER_TEST_F()
179 {kAudioVideoCallConstraints, ContentSettingsType::MEDIASTREAM_CAMERA, in IN_PROC_BROWSER_TEST_F()
182 {kVideoOnlyCallConstraints, ContentSettingsType::MEDIASTREAM_CAMERA, in IN_PROC_BROWSER_TEST_F()
215 ContentSettingsType::MEDIASTREAM_CAMERA); in IN_PROC_BROWSER_TEST_F()
H A Dcamera_pan_tilt_zoom_permission_context.cc52 permission_manager->RequestPermission(ContentSettingsType::MEDIASTREAM_CAMERA, in RequestPermission()
76 if (content_type != ContentSettingsType::MEDIASTREAM_CAMERA && in OnContentSettingChanged()
114 ContentSettingsType::MEDIASTREAM_CAMERA, camera_ptz_setting); in OnContentSettingChanged()
H A Dmedia_stream_device_permission_context_unittest.cc123 TestInsecureQueryingUrl(ContentSettingsType::MEDIASTREAM_CAMERA); in TEST_F()
133 TestSecureQueryingUrl(ContentSettingsType::MEDIASTREAM_CAMERA); in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/media/webrtc/
H A Dmedia_stream_devices_controller_browsertest.cc268 ContentSettingsType::MEDIASTREAM_CAMERA)); in IN_PROC_BROWSER_TEST_F()
270 ContentSettingsType::MEDIASTREAM_CAMERA)); in IN_PROC_BROWSER_TEST_F()
327 ContentSettingsType::MEDIASTREAM_CAMERA)); in IN_PROC_BROWSER_TEST_F()
329 ContentSettingsType::MEDIASTREAM_CAMERA)); in IN_PROC_BROWSER_TEST_F()
363 ContentSettingsType::MEDIASTREAM_CAMERA)); in IN_PROC_BROWSER_TEST_F()
365 ContentSettingsType::MEDIASTREAM_CAMERA)); in IN_PROC_BROWSER_TEST_F()
399 ContentSettingsType::MEDIASTREAM_CAMERA)); in IN_PROC_BROWSER_TEST_F()
401 ContentSettingsType::MEDIASTREAM_CAMERA)); in IN_PROC_BROWSER_TEST_F()
438 ContentSettingsType::MEDIASTREAM_CAMERA)); in IN_PROC_BROWSER_TEST_F()
440 ContentSettingsType::MEDIASTREAM_CAMERA)); in IN_PROC_BROWSER_TEST_F()
[all …]
H A Dmedia_stream_device_permission_context.cc22 DCHECK_EQ(ContentSettingsType::MEDIASTREAM_CAMERA, type); in GetFeaturePolicyFeature()
36 content_settings_type_ == ContentSettingsType::MEDIASTREAM_CAMERA); in MediaStreamDevicePermissionContext()
65 DCHECK(content_settings_type_ == ContentSettingsType::MEDIASTREAM_CAMERA); in GetPermissionStatusInternal()
H A Dmedia_stream_devices_controller.cc60 if (type == ContentSettingsType::MEDIASTREAM_CAMERA) in ContentTypeIsRequested()
73 } else if (content_type == ContentSettingsType::MEDIASTREAM_CAMERA) { in HasAvailableDevices()
154 ContentSettingsType::MEDIASTREAM_CAMERA, rfh, in RequestPermissions()
165 content_settings_types.push_back(ContentSettingsType::MEDIASTREAM_CAMERA); in RequestPermissions()
205 content_settings_types.push_back(ContentSettingsType::MEDIASTREAM_CAMERA); in RequestAndroidPermissionsIfNeeded()
296 ContentSettingsType::MEDIASTREAM_CAMERA, in PromptAnsweredGroupedRequest()
328 video_setting_ = GetContentSetting(ContentSettingsType::MEDIASTREAM_CAMERA, in MediaStreamDevicesController()
521 ContentSettingsType::MEDIASTREAM_CAMERA, request_.security_origin, in UpdateTabSpecificContentSettings()
532 content_type == ContentSettingsType::MEDIASTREAM_CAMERA); in GetContentSetting()
H A Dmedia_stream_device_permission_context_unittest.cc125 TestInsecureQueryingUrl(ContentSettingsType::MEDIASTREAM_CAMERA); in TEST_F()
135 TestSecureQueryingUrl(ContentSettingsType::MEDIASTREAM_CAMERA); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/vr/
H A Dwebxr_vr_indicators_browser_test.cc142 t, ContentSettingsType::MEDIASTREAM_CAMERA, in WEBXR_VR_ALL_RUNTIMES_BROWSER_TEST_F()
179 {ContentSettingsType::MEDIASTREAM_CAMERA, CONTENT_SETTING_BLOCK, in WEBXR_VR_ALL_RUNTIMES_BROWSER_TEST_F()
193 {ContentSettingsType::MEDIASTREAM_CAMERA, CONTENT_SETTING_BLOCK, in WEBXR_VR_ALL_RUNTIMES_BROWSER_TEST_F()
206 {ContentSettingsType::MEDIASTREAM_CAMERA, CONTENT_SETTING_ALLOW, in WEBXR_VR_ALL_RUNTIMES_BROWSER_TEST_F()
219 {ContentSettingsType::MEDIASTREAM_CAMERA, CONTENT_SETTING_ALLOW, in WEBXR_VR_ALL_RUNTIMES_BROWSER_TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/content_settings/
H A Dcontent_settings_supervised_provider_unittest.cc118 ContentSettingsType::MEDIASTREAM_CAMERA, false); in TEST_F()
127 OnContentSettingChanged(_, _, ContentSettingsType::MEDIASTREAM_CAMERA)); in TEST_F()
134 ContentSettingsType::MEDIASTREAM_CAMERA, false); in TEST_F()
156 OnContentSettingChanged(_, _, ContentSettingsType::MEDIASTREAM_CAMERA)); in TEST_F()
163 ContentSettingsType::MEDIASTREAM_CAMERA, false); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/webrtc/
H A Dmedia_stream_devices_controller.cc42 if (type == ContentSettingsType::MEDIASTREAM_CAMERA) in ContentTypeIsRequested()
100 ContentSettingsType::MEDIASTREAM_CAMERA, rfh, in RequestPermissions()
111 content_settings_types.push_back(ContentSettingsType::MEDIASTREAM_CAMERA); in RequestPermissions()
174 video_setting_ = GetContentSetting(ContentSettingsType::MEDIASTREAM_CAMERA, in MediaStreamDevicesController()
202 content_settings_types.push_back(ContentSettingsType::MEDIASTREAM_CAMERA); in RequestAndroidPermissionsIfNeeded()
209 content_settings_types.push_back(ContentSettingsType::MEDIASTREAM_CAMERA); in RequestAndroidPermissionsIfNeeded()
405 content_type == ContentSettingsType::MEDIASTREAM_CAMERA); in GetContentSetting()
505 ContentSettingsType::MEDIASTREAM_CAMERA, in PromptAnsweredGroupedRequest()
527 } else if (content_type == ContentSettingsType::MEDIASTREAM_CAMERA || in HasAvailableDevices()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/permissions/
H A Dpermission_request_impl.cc58 case ContentSettingsType::MEDIASTREAM_CAMERA: in GetIconId()
91 case ContentSettingsType::MEDIASTREAM_CAMERA: in GetIconId()
138 case ContentSettingsType::MEDIASTREAM_CAMERA: in GetMessageText()
215 case ContentSettingsType::MEDIASTREAM_CAMERA: in GetMessageTextFragment()
271 case ContentSettingsType::MEDIASTREAM_CAMERA: in GetChipText()
H A Dpermission_util.cc32 case ContentSettingsType::MEDIASTREAM_CAMERA: in GetPermissionString()
95 case ContentSettingsType::MEDIASTREAM_CAMERA: in GetRequestType()
142 } else if (type == ContentSettingsType::MEDIASTREAM_CAMERA) { in GetPermissionType()
198 case ContentSettingsType::MEDIASTREAM_CAMERA: in IsPermission()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/permissions/
H A Dpermission_util.cc37 case ContentSettingsType::MEDIASTREAM_CAMERA: in GetPermissionString()
94 case ContentSettingsType::MEDIASTREAM_CAMERA: in GetRequestType()
133 } else if (type == ContentSettingsType::MEDIASTREAM_CAMERA) { in GetPermissionType()
181 case ContentSettingsType::MEDIASTREAM_CAMERA: in IsPermission()
H A Dpermission_request_impl.cc61 case ContentSettingsType::MEDIASTREAM_CAMERA: in GetIconId()
92 case ContentSettingsType::MEDIASTREAM_CAMERA: in GetIconId()
132 case ContentSettingsType::MEDIASTREAM_CAMERA: in GetMessageText()
214 case ContentSettingsType::MEDIASTREAM_CAMERA: in GetMessageTextFragment()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/content_settings/browser/
H A Dpage_specific_content_settings.cc478 content_type == ContentSettingsType::MEDIASTREAM_CAMERA || in IsContentBlocked()
503 content_type != ContentSettingsType::MEDIASTREAM_CAMERA && in IsContentAllowed()
520 type != ContentSettingsType::MEDIASTREAM_CAMERA) in OnContentBlocked()
535 type != ContentSettingsType::MEDIASTREAM_CAMERA) in OnContentAllowed()
742 ? !IsContentBlocked(ContentSettingsType::MEDIASTREAM_CAMERA) in IsMicrophoneCameraStateChanged()
743 : !IsContentAllowed(ContentSettingsType::MEDIASTREAM_CAMERA))) in IsMicrophoneCameraStateChanged()
777 content_settings_status_[ContentSettingsType::MEDIASTREAM_CAMERA]; in OnMediaStreamPermissionSet()
779 delegate_->OnContentAllowed(ContentSettingsType::MEDIASTREAM_CAMERA); in OnMediaStreamPermissionSet()
829 case ContentSettingsType::MEDIASTREAM_CAMERA: { in OnContentSettingChanged()
839 if (content_type == ContentSettingsType::MEDIASTREAM_CAMERA && in OnContentSettingChanged()
[all …]
H A Dpage_specific_content_settings_unittest.cc97 ContentSettingsType::MEDIASTREAM_CAMERA)); in TEST_F()
142 ContentSettingsType::MEDIASTREAM_CAMERA)); in TEST_F()
204 ContentSettingsType::MEDIASTREAM_CAMERA)); in TEST_F()
236 ContentSettingsType::MEDIASTREAM_CAMERA)); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/weblayer/browser/permissions/
H A Dpermission_manager_factory.cc81 permission_contexts[ContentSettingsType::MEDIASTREAM_CAMERA] = in CreatePermissionContexts()
83 browser_context, ContentSettingsType::MEDIASTREAM_CAMERA, in CreatePermissionContexts()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/extensions/api/content_settings/
H A Dcontent_settings_apitest.cc114 ContentSettingsType::MEDIASTREAM_CAMERA)); in CheckContentSettingsSet()
145 ContentSettingsType::MEDIASTREAM_CAMERA)); in CheckContentSettingsSet()
183 ContentSettingsType::MEDIASTREAM_CAMERA)); in CheckContentSettingsDefault()
218 url, url, ContentSettingsType::MEDIASTREAM_CAMERA)); in GetContentSettingsSnapshot()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/extensions/api/content_settings/
H A Dcontent_settings_apitest.cc112 ContentSettingsType::MEDIASTREAM_CAMERA, in CheckContentSettingsSet()
155 url, url, ContentSettingsType::MEDIASTREAM_CAMERA, std::string())); in CheckContentSettingsSet()
203 url, url, ContentSettingsType::MEDIASTREAM_CAMERA, std::string())); in CheckContentSettingsDefault()
243 url, url, ContentSettingsType::MEDIASTREAM_CAMERA, std::string())); in GetContentSettingsSnapshot()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/permissions/
H A Dpermission_manager_factory.cc89 permission_contexts[ContentSettingsType::MEDIASTREAM_CAMERA] = in CreatePermissionContexts()
91 profile, ContentSettingsType::MEDIASTREAM_CAMERA); in CreatePermissionContexts()
H A Dpermission_update_infobar_delegate_android.cc62 ContentSettingsType::MEDIASTREAM_CAMERA) { in Create()
74 ContentSettingsType::MEDIASTREAM_CAMERA); in Create()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/permissions/android/java/src/org/chromium/components/permissions/
H A DPermissionUtil.java44 case ContentSettingsType.MEDIASTREAM_CAMERA: in getAndroidPermissionsForContentSetting()

1234