Home
last modified time | relevance | path

Searched refs:exception_state (Results 1 – 25 of 1391) sorted by relevance

12345678910>>...56

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/inspector/
H A Ddom_editor.cc59 return Redo(exception_state); in Perform()
109 if (exception_state.HadException()) in Undo()
149 return Redo(exception_state); in Perform()
190 return Redo(exception_state); in Perform()
284 return Redo(exception_state); in Perform()
321 return Redo(exception_state); in Perform()
388 exception_state); in InsertBefore()
396 exception_state); in RemoveChild()
406 exception_state); in SetAttribute()
414 exception_state); in RemoveAttribute()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/inspector/
H A Ddom_editor.cc59 return Redo(exception_state); in Perform()
109 if (exception_state.HadException()) in Undo()
149 return Redo(exception_state); in Perform()
190 return Redo(exception_state); in Perform()
284 return Redo(exception_state); in Perform()
321 return Redo(exception_state); in Perform()
388 exception_state); in InsertBefore()
396 exception_state); in RemoveChild()
406 exception_state); in SetAttribute()
414 exception_state); in RemoveAttribute()
[all …]
H A Dinspector_history_test.cc70 ASSERT_TRUE(history->Undo(exception_state)); in TEST()
97 history->Perform(action, exception_state); in TEST()
98 history->Undo(exception_state); in TEST()
109 history->Perform(action, exception_state); in TEST()
110 history->Undo(exception_state); in TEST()
111 history->Redo(exception_state); in TEST()
124 history->Perform(action, exception_state); in TEST()
126 history->Undo(exception_state); in TEST()
143 history->Perform(action, exception_state); in TEST()
145 history->Undo(exception_state); in TEST()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/trustedtypes/
H A Dtrusted_types_util.cc215 ExceptionState exception_state( in GetStringFromScriptHelper() local
224 exception_state.ClearException(); in GetStringFromScriptHelper()
234 exception_state); in GetStringFromScriptHelper()
235 if (exception_state.HadException()) { in GetStringFromScriptHelper()
236 exception_state.ClearException(); in GetStringFromScriptHelper()
243 exception_state.ClearException(); in GetStringFromScriptHelper()
287 exception_state); in TrustedTypesCheckForHTML()
309 exception_state); in TrustedTypesCheckForHTML()
341 exception_state); in TrustedTypesCheckForScript()
390 exception_state); in TrustedTypesCheckForScriptURL()
[all …]
H A Dtrusted_types_util_test.cc34 DummyExceptionStateForTesting exception_state; in TrustedTypesCheckForHTMLThrows() local
35 ASSERT_FALSE(exception_state.HadException()); in TrustedTypesCheckForHTMLThrows()
37 EXPECT_FALSE(exception_state.HadException()); in TrustedTypesCheckForHTMLThrows()
43 ASSERT_FALSE(exception_state.HadException()); in TrustedTypesCheckForHTMLThrows()
45 EXPECT_TRUE(exception_state.HadException()); in TrustedTypesCheckForHTMLThrows()
47 exception_state.ClearException(); in TrustedTypesCheckForHTMLThrows()
61 ASSERT_FALSE(exception_state.HadException()); in TrustedTypesCheckForScriptThrows()
73 EXPECT_TRUE(exception_state.HadException()); in TrustedTypesCheckForScriptThrows()
75 exception_state.ClearException(); in TrustedTypesCheckForScriptThrows()
101 EXPECT_TRUE(exception_state.HadException()); in TrustedTypesCheckForScriptURLThrows()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/crypto/
H A Dnormalize_algorithm.cc315 exception_state); in GetOptionalBufferSource()
331 exception_state); in GetBufferSource()
345 exception_state); in GetUint8Array()
393 exception_state); in GetOptionalInteger()
401 exception_state); in GetOptionalInteger()
423 exception_state); in GetInteger()
520 exception_state); in GetAlgorithmIdentifier()
673 exception_state)) in ParseRsaHashedKeyGenParams()
776 exception_state)) in ParseRsaPssParams()
822 exception_state); in ParseNamedCurve()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/crypto/
H A Dnormalize_algorithm.cc315 exception_state); in GetOptionalBufferSource()
331 exception_state); in GetBufferSource()
345 exception_state); in GetUint8Array()
393 exception_state); in GetOptionalInteger()
401 exception_state); in GetOptionalInteger()
423 exception_state); in GetInteger()
520 exception_state); in GetAlgorithmIdentifier()
673 exception_state)) in ParseRsaHashedKeyGenParams()
776 exception_state)) in ParseRsaPssParams()
822 exception_state); in ParseNamedCurve()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/animation/
H A Danimation_input_helpers_test.cc42 ExceptionState& exception_state) { in ParseTimingFunction() argument
49 ASSERT_FALSE(exception_state.HadException()); in TimingFunctionRoundTrips()
51 ParseTimingFunction(string, exception_state); in TimingFunctionRoundTrips()
52 EXPECT_FALSE(exception_state.HadException()); in TimingFunctionRoundTrips()
55 exception_state.ClearException(); in TimingFunctionRoundTrips()
60 ASSERT_FALSE(exception_state.HadException()); in TimingFunctionThrows()
63 EXPECT_TRUE(exception_state.HadException()); in TimingFunctionThrows()
65 exception_state.ClearException(); in TimingFunctionThrows()
122 DummyExceptionStateForTesting exception_state; in TEST_F() local
123 TimingFunctionThrows("", exception_state); in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/animation/
H A Danimation_input_helpers_test.cc43 ExceptionState& exception_state) { in ParseTimingFunction() argument
50 ASSERT_FALSE(exception_state.HadException()); in TimingFunctionRoundTrips()
52 ParseTimingFunction(string, exception_state); in TimingFunctionRoundTrips()
53 EXPECT_FALSE(exception_state.HadException()); in TimingFunctionRoundTrips()
56 exception_state.ClearException(); in TimingFunctionRoundTrips()
61 ASSERT_FALSE(exception_state.HadException()); in TimingFunctionThrows()
64 EXPECT_TRUE(exception_state.HadException()); in TimingFunctionThrows()
66 exception_state.ClearException(); in TimingFunctionThrows()
123 DummyExceptionStateForTesting exception_state; in TEST_F() local
124 TimingFunctionThrows("", exception_state); in TEST_F()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/cssom/
H A Dprepopulated_computed_style_property_map_test.cc76 exception_state); in TEST_F()
77 EXPECT_TRUE(exception_state.HadException()); in TEST_F()
78 exception_state.ClearException(); in TEST_F()
81 exception_state); in TEST_F()
82 EXPECT_TRUE(exception_state.HadException()); in TEST_F()
83 exception_state.ClearException(); in TEST_F()
86 exception_state); in TEST_F()
87 EXPECT_TRUE(exception_state.HadException()); in TEST_F()
88 exception_state.ClearException(); in TEST_F()
112 exception_state)); in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/trustedtypes/
H A Dtrusted_types_util_test.cc27 DummyExceptionStateForTesting exception_state; in TrustedTypesCheckForHTMLThrows() local
28 ASSERT_FALSE(exception_state.HadException()); in TrustedTypesCheckForHTMLThrows()
30 EXPECT_FALSE(exception_state.HadException()); in TrustedTypesCheckForHTMLThrows()
36 ASSERT_FALSE(exception_state.HadException()); in TrustedTypesCheckForHTMLThrows()
38 EXPECT_TRUE(exception_state.HadException()); in TrustedTypesCheckForHTMLThrows()
40 exception_state.ClearException(); in TrustedTypesCheckForHTMLThrows()
48 ASSERT_FALSE(exception_state.HadException()); in TrustedTypesCheckForScriptThrows()
58 EXPECT_TRUE(exception_state.HadException()); in TrustedTypesCheckForScriptThrows()
60 exception_state.ClearException(); in TrustedTypesCheckForScriptThrows()
78 EXPECT_TRUE(exception_state.HadException()); in TrustedTypesCheckForScriptURLThrows()
[all …]
H A Dtrusted_types_util.cc247 ExceptionState exception_state( in GetStringFromScriptHelper() local
254 exception_state.ClearException(); in GetStringFromScriptHelper()
264 exception_state); in GetStringFromScriptHelper()
265 if (exception_state.HadException()) { in GetStringFromScriptHelper()
266 exception_state.ClearException(); in GetStringFromScriptHelper()
273 exception_state.ClearException(); in GetStringFromScriptHelper()
320 exception_state); in TrustedTypesCheckForHTML()
321 if (exception_state.HadException()) { in TrustedTypesCheckForHTML()
369 exception_state); in TrustedTypesCheckForScript()
421 exception_state); in TrustedTypesCheckForScriptURL()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/cssom/
H A Dprepopulated_computed_style_property_map_test.cc76 exception_state); in TEST_F()
77 EXPECT_TRUE(exception_state.HadException()); in TEST_F()
78 exception_state.ClearException(); in TEST_F()
81 exception_state); in TEST_F()
82 EXPECT_TRUE(exception_state.HadException()); in TEST_F()
83 exception_state.ClearException(); in TEST_F()
86 exception_state); in TEST_F()
87 EXPECT_TRUE(exception_state.HadException()); in TEST_F()
88 exception_state.ClearException(); in TEST_F()
112 exception_state)); in TEST_F()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/fetch/
H A Dbody_stream_buffer.cc171 ExceptionState& exception_state) { in DrainAsBlobDataHandle() argument
188 if (exception_state.HadException()) in DrainAsBlobDataHandle()
196 ExceptionState& exception_state) { in DrainAsFormData() argument
234 if (exception_state.HadException()) in StartLoading()
343 ExceptionState& exception_state) { in IsStreamReadable() argument
348 ExceptionState& exception_state) { in IsStreamClosed() argument
353 ExceptionState& exception_state) { in IsStreamErrored() argument
396 if (exception_state.HadException()) in CloseAndLockAndDisturb()
569 if (exception_state.HadException()) in ReleaseHandle()
572 if (exception_state.HadException()) in ReleaseHandle()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/bindings/core/v8/
H A Dnative_value_traits_impl.h44 ExceptionState& exception_state);
51 ExceptionState& exception_state);
57 ExceptionState& exception_state);
64 ExceptionState& exception_state);
696 exception_state.ThrowTypeError(
707 exception_state.ThrowTypeError(
723 exception_state.ThrowTypeError(
736 exception_state.ThrowTypeError(
1030 exception_state.ThrowTypeError(
1201 exception_state)
[all …]
H A Dnative_value_traits_impl.cc43 ExceptionState& exception_state) { in NativeValueTraitsInterfaceNativeValue() argument
57 ExceptionState& exception_state) { in NativeValueTraitsInterfaceArgumentValue() argument
70 ExceptionState& exception_state) { in NativeValueTraitsInterfaceOrNullNativeValue() argument
87 ExceptionState& exception_state) { in NativeValueTraitsInterfaceOrNullArgumentValue() argument
117 ExceptionState& exception_state) {
140 ExceptionState& exception_state) {
162 ExceptionState& exception_state) { in NativeValueTraitsBufferSourceNotSharedNativeValue() argument
168 exception_state.ThrowTypeError( in NativeValueTraitsBufferSourceNotSharedNativeValue()
183 ExceptionState& exception_state) { in NativeValueTraitsBufferSourceNotSharedArgumentValue() argument
189 exception_state.ThrowTypeError( in NativeValueTraitsBufferSourceNotSharedArgumentValue()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/indexeddb/
H A Didb_index.cc67 exception_state.ThrowDOMException( in setName()
78 exception_state.ThrowDOMException( in setName()
125 exception_state.ThrowDOMException( in openCursor()
134 if (exception_state.HadException()) in openCursor()
172 exception_state.ThrowDOMException( in count()
180 if (exception_state.HadException()) in count()
218 if (exception_state.HadException()) in openKeyCursor()
248 exception_state); in getAll()
266 exception_state); in getAllKeys()
309 if (exception_state.HadException()) in GetInternal()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/indexeddb/
H A Didb_index.cc67 exception_state.ThrowDOMException( in setName()
78 exception_state.ThrowDOMException( in setName()
125 exception_state.ThrowDOMException( in openCursor()
134 if (exception_state.HadException()) in openCursor()
172 exception_state.ThrowDOMException( in count()
180 if (exception_state.HadException()) in count()
218 if (exception_state.HadException()) in openKeyCursor()
248 exception_state); in getAll()
266 exception_state); in getAllKeys()
309 if (exception_state.HadException()) in GetInternal()
[all …]
H A Didb_object_store.cc75 exception_state.ThrowDOMException( in setName()
81 exception_state.ThrowDOMException( in setName()
87 exception_state.ThrowDOMException( in setName()
96 exception_state.ThrowDOMException( in setName()
144 if (exception_state.HadException()) in get()
212 exception_state); in getAll()
346 exception_state); in add()
356 exception_state); in add()
364 exception_state); in put()
374 exception_state); in put()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/xr/
H A Dxr_frame.cc53 ExceptionState& exception_state) { in getViewerPose() argument
80 exception_state.ThrowSecurityError(kCannotReportPoses); in getViewerPose()
107 ExceptionState& exception_state) const { in getLightEstimate()
136 ExceptionState& exception_state) const { in getDepthInformation()
159 ExceptionState& exception_state) { in getPose() argument
187 exception_state.ThrowSecurityError(kCannotReportPoses); in getPose()
205 ExceptionState& exception_state) { in getHitTestResults() argument
220 ExceptionState& exception_state) { in getHitTestResultsForTransientInput() argument
307 ExceptionState& exception_state) { in CreateAnchorFromNonStationarySpace() argument
351 ExceptionState& exception_state) { in getImageTrackingResults() argument
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/bindings/core/v8/
H A Dnative_value_traits_impl.h42 ExceptionState& exception_state);
47 ExceptionState& exception_state);
702 exception_state.ThrowTypeError(
713 exception_state.ThrowTypeError(
729 exception_state.ThrowTypeError(
742 exception_state.ThrowTypeError(
1036 exception_state.ThrowTypeError(
1066 exception_state.ThrowTypeError(
1093 exception_state.ThrowTypeError(
1123 exception_state.ThrowTypeError(
[all …]
H A Dnative_value_traits_impl.cc43 ExceptionState& exception_state) { in NativeValueTraitsInterfaceNotOfType() argument
51 ExceptionState& exception_state) { in NativeValueTraitsInterfaceNotOfType() argument
74 ExceptionState& exception_state) {
97 ExceptionState& exception_state) {
119 ExceptionState& exception_state) { in NativeValueTraitsBufferSourceNotSharedNativeValue() argument
125 exception_state.ThrowTypeError( in NativeValueTraitsBufferSourceNotSharedNativeValue()
146 exception_state.ThrowTypeError( in NativeValueTraitsBufferSourceNotSharedArgumentValue()
391 exception_state.ThrowTypeError( in NativeValue()
411 exception_state.ThrowTypeError( in ArgumentValue()
432 exception_state.ThrowTypeError( in NativeValue()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/streams/
H A Dreadable_byte_stream_controller.cc17 ExceptionState& exception_state) const { in byobRequest()
18 ThrowUnimplemented(exception_state); in byobRequest()
23 ExceptionState& exception_state) const { in desiredSize()
24 ThrowUnimplemented(exception_state); in desiredSize()
30 ThrowUnimplemented(exception_state); in close()
37 ThrowUnimplemented(exception_state); in enqueue()
43 ThrowUnimplemented(exception_state); in error()
50 ThrowUnimplemented(exception_state); in error()
64 ThrowUnimplemented(exception_state); in CancelSteps()
73 ThrowUnimplemented(exception_state); in PullSteps()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/dom/
H A Drange.cc219 if (exception_state.HadException()) in setStart()
246 if (exception_state.HadException()) in setEnd()
299 if (exception_state.HadException()) in isPointInRange()
319 exception_state.ThrowDOMException( in comparePoint()
326 if (exception_state.HadException()) in comparePoint()
334 if (exception_state.HadException()) in comparePoint()
582 exception_state); in ProcessContents()
604 exception_state); in ProcessContents()
609 exception_state); in ProcessContents()
1004 exception_state); in createContextualFragment()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/dom/
H A Drange.cc220 if (exception_state.HadException()) in setStart()
247 if (exception_state.HadException()) in setEnd()
300 if (exception_state.HadException()) in isPointInRange()
320 exception_state.ThrowDOMException( in comparePoint()
327 if (exception_state.HadException()) in comparePoint()
335 if (exception_state.HadException()) in comparePoint()
583 exception_state); in ProcessContents()
605 exception_state); in ProcessContents()
610 exception_state); in ProcessContents()
1005 exception_state); in createContextualFragment()
[all …]

12345678910>>...56