Home
last modified time | relevance | path

Searched refs:kSecurityError (Results 1 – 25 of 68) sorted by relevance

123

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/bluetooth/
H A Dbluetooth_error.cc174 MAP_ERROR(GATT_NOT_AUTHORIZED, DOMExceptionCode::kSecurityError, in CreateDOMException()
177 DOMExceptionCode::kSecurityError, in CreateDOMException()
180 MAP_ERROR(BLOCKLISTED_DESCRIPTOR_UUID, DOMExceptionCode::kSecurityError, in CreateDOMException()
183 MAP_ERROR(BLOCKLISTED_READ, DOMExceptionCode::kSecurityError, in CreateDOMException()
186 MAP_ERROR(BLOCKLISTED_WRITE, DOMExceptionCode::kSecurityError, in CreateDOMException()
190 DOMExceptionCode::kSecurityError, in CreateDOMException()
194 MAP_ERROR(NOT_ALLOWED_TO_ACCESS_SERVICE, DOMExceptionCode::kSecurityError, in CreateDOMException()
199 DOMExceptionCode::kSecurityError, in CreateDOMException()
203 DOMExceptionCode::kSecurityError, in CreateDOMException()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/bluetooth/
H A Dbluetooth_error.cc178 MAP_ERROR(GATT_NOT_AUTHORIZED, DOMExceptionCode::kSecurityError, in CreateDOMException()
181 DOMExceptionCode::kSecurityError, in CreateDOMException()
184 MAP_ERROR(BLOCKLISTED_DESCRIPTOR_UUID, DOMExceptionCode::kSecurityError, in CreateDOMException()
187 MAP_ERROR(BLOCKLISTED_READ, DOMExceptionCode::kSecurityError, in CreateDOMException()
190 MAP_ERROR(BLOCKLISTED_WRITE, DOMExceptionCode::kSecurityError, in CreateDOMException()
194 DOMExceptionCode::kSecurityError, in CreateDOMException()
198 MAP_ERROR(NOT_ALLOWED_TO_ACCESS_SERVICE, DOMExceptionCode::kSecurityError, in CreateDOMException()
203 DOMExceptionCode::kSecurityError, in CreateDOMException()
207 DOMExceptionCode::kSecurityError, in CreateDOMException()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/bindings/
H A Dexception_state.cc53 DCHECK_NE(exception_code, ToExceptionCode(DOMExceptionCode::kSecurityError)); in ThrowException()
98 DCHECK_NE(exception_code, DOMExceptionCode::kSecurityError); in ThrowDOMException()
111 ToExceptionCode(DOMExceptionCode::kSecurityError), final_sanitized, in ThrowSecurityError()
112 s_create_dom_exception_func_(isolate_, DOMExceptionCode::kSecurityError, in ThrowSecurityError()
267 SetException(ToExceptionCode(DOMExceptionCode::kSecurityError), in ThrowSecurityError()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/extensions/api/file_system/
H A Dchrome_file_system_delegate.cc77 const char kSecurityError[] = "Security error."; variable
128 std::move(error_callback).Run(kSecurityError); in OnConsentReceived()
153 std::move(error_callback).Run(kSecurityError); in OnConsentReceived()
177 std::move(error_callback).Run(kSecurityError); in OnConsentReceived()
379 std::move(error_callback).Run(kSecurityError); in RequestFileSystem()
384 std::move(error_callback).Run(kSecurityError); in RequestFileSystem()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/extensions/api/file_system/
H A Dchrome_file_system_delegate.cc77 const char kSecurityError[] = "Security error."; variable
129 error_callback.Run(kSecurityError); in OnConsentReceived()
154 error_callback.Run(kSecurityError); in OnConsentReceived()
178 error_callback.Run(kSecurityError); in OnConsentReceived()
380 error_callback.Run(kSecurityError); in RequestFileSystem()
385 error_callback.Run(kSecurityError); in RequestFileSystem()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/bindings/
H A Dexception_state.cc54 DCHECK_NE(exception_code, ToExceptionCode(DOMExceptionCode::kSecurityError)); in ThrowException()
99 DCHECK_NE(exception_code, DOMExceptionCode::kSecurityError); in ThrowDOMException()
112 ToExceptionCode(DOMExceptionCode::kSecurityError), final_sanitized, in ThrowSecurityError()
113 s_create_dom_exception_func_(isolate_, DOMExceptionCode::kSecurityError, in ThrowSecurityError()
322 SetException(ToExceptionCode(DOMExceptionCode::kSecurityError), in ThrowSecurityError()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/audio_output_devices/
H A Dhtml_media_element_audio_output_device.cc35 DOMExceptionCode::kSecurityError, in ToException()
114 DOMExceptionCode::kSecurityError, in DoSetSinkId()
126 DOMExceptionCode::kSecurityError, in DoSetSinkId()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/audio_output_devices/
H A Dhtml_media_element_audio_output_device.cc35 DOMExceptionCode::kSecurityError, in ToException()
114 DOMExceptionCode::kSecurityError, in DoSetSinkId()
128 DOMExceptionCode::kSecurityError, in DoSetSinkId()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/file_system_access/
H A Dnative_file_system_error.cc44 case mojom::blink::NativeFileSystemStatus::kSecurityError: in ResolveOrReject()
46 isolate, DOMExceptionCode::kSecurityError, message)); in ResolveOrReject()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/cache_storage/
H A Dcache_storage.cc101 MakeGarbageCollected<DOMException>(DOMExceptionCode::kSecurityError)); in open()
174 MakeGarbageCollected<DOMException>(DOMExceptionCode::kSecurityError)); in has()
234 MakeGarbageCollected<DOMException>(DOMExceptionCode::kSecurityError)); in Delete()
294 MakeGarbageCollected<DOMException>(DOMExceptionCode::kSecurityError)); in keys()
371 MakeGarbageCollected<DOMException>(DOMExceptionCode::kSecurityError)); in MatchImpl()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/webauthn/
H A DAndroidWebAuthnTokenManager.h18 NS_NAMED_LITERAL_STRING(kSecurityError, "SECURITY_ERR");
42 } else if (mErrorCode.Equals(kSecurityError)) { in GetError()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/cache_storage/
H A Dcache_storage.cc99 MakeGarbageCollected<DOMException>(DOMExceptionCode::kSecurityError)); in open()
166 MakeGarbageCollected<DOMException>(DOMExceptionCode::kSecurityError)); in has()
228 MakeGarbageCollected<DOMException>(DOMExceptionCode::kSecurityError)); in Delete()
290 MakeGarbageCollected<DOMException>(DOMExceptionCode::kSecurityError)); in keys()
369 MakeGarbageCollected<DOMException>(DOMExceptionCode::kSecurityError)); in MatchImpl()
/dports/www/firefox-esr/firefox-91.8.0/dom/webauthn/
H A DAndroidWebAuthnTokenManager.h18 constexpr auto kSecurityError = u"SECURITY_ERR"_ns; variable
42 } else if (mErrorCode.Equals(kSecurityError)) { in GetError()
/dports/www/firefox/firefox-99.0/dom/webauthn/
H A DAndroidWebAuthnTokenManager.h19 constexpr auto kSecurityError = u"SECURITY_ERR"_ns; variable
51 } else if (mErrorCode.Equals(kSecurityError)) { in GetError()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/webauthn/
H A DAndroidWebAuthnTokenManager.h18 constexpr auto kSecurityError = u"SECURITY_ERR"_ns; variable
42 } else if (mErrorCode.Equals(kSecurityError)) { in GetError()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/font_access/
H A Dfont_iterator.cc85 DOMExceptionCode::kSecurityError, "User activation is required.")); in DidGetEnumerationResponse()
90 DOMExceptionCode::kSecurityError, "Page needs to be visible.")); in DidGetEnumerationResponse()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/webmidi/
H A Dmidi_access_initializer.cc152 MakeGarbageCollected<DOMException>(DOMExceptionCode::kSecurityError)); in OnPermissionsUpdated()
162 MakeGarbageCollected<DOMException>(DOMExceptionCode::kSecurityError)); in OnPermissionUpdated()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/webmidi/
H A Dmidi_access_initializer.cc145 MakeGarbageCollected<DOMException>(DOMExceptionCode::kSecurityError)); in OnPermissionsUpdated()
155 MakeGarbageCollected<DOMException>(DOMExceptionCode::kSecurityError)); in OnPermissionUpdated()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/credentialmanager/
H A Dcredentials_container.cc223 DOMExceptionCode::kSecurityError, "This is an invalid domain."); in CredentialManagerErrorToDOMException()
226 DOMExceptionCode::kSecurityError, "The icon should be a secure URL"); in CredentialManagerErrorToDOMException()
291 DOMExceptionCode::kSecurityError, in CredentialManagerErrorToDOMException()
296 DOMExceptionCode::kSecurityError, in CredentialManagerErrorToDOMException()
709 DOMExceptionCode::kSecurityError, "'iconURL' should be a secure URL")); in store()
855 DOMExceptionCode::kSecurityError, in create()
864 DOMExceptionCode::kSecurityError, in create()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/credentialmanager/
H A Dcredentials_container.cc271 DOMExceptionCode::kSecurityError, "This is an invalid domain."); in CredentialManagerErrorToDOMException()
274 DOMExceptionCode::kSecurityError, "The icon should be a secure URL"); in CredentialManagerErrorToDOMException()
339 DOMExceptionCode::kSecurityError, in CredentialManagerErrorToDOMException()
344 DOMExceptionCode::kSecurityError, in CredentialManagerErrorToDOMException()
815 DOMExceptionCode::kSecurityError, in CreatePublicKeyCredentialForPaymentCredential()
823 DOMExceptionCode::kSecurityError, in CreatePublicKeyCredentialForPaymentCredential()
1072 DOMExceptionCode::kSecurityError, "'iconURL' should be a secure URL")); in store()
1276 DOMExceptionCode::kSecurityError, in create()
1285 DOMExceptionCode::kSecurityError, in create()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/file_system_access/
H A Dnative_file_system_handle_base.cc150 blink::mojom::NativeFileSystemStatus::kSecurityError, in DidRequestPermission()
157 blink::mojom::NativeFileSystemStatus::kSecurityError, in DidRequestPermission()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/presentation/
H A Dpresentation_request_test.cc80 EXPECT_EQ(DOMExceptionCode::kSecurityError, in TEST()
94 EXPECT_EQ(DOMExceptionCode::kSecurityError, in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/presentation/
H A Dpresentation_request_test.cc80 EXPECT_EQ(DOMExceptionCode::kSecurityError, in TEST()
94 EXPECT_EQ(DOMExceptionCode::kSecurityError, in TEST()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/fileapi/
H A Dfile_error.cc83 return DOMExceptionCode::kSecurityError; in ErrorCodeToExceptionCode()
175 return DOMExceptionCode::kSecurityError; in FileErrorToExceptionCode()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/fileapi/
H A Dfile_error.cc83 return DOMExceptionCode::kSecurityError; in ErrorCodeToExceptionCode()
175 return DOMExceptionCode::kSecurityError; in FileErrorToExceptionCode()

123