Home
last modified time | relevance | path

Searched defs:ExceptionState (Results 1 – 25 of 868) sorted by relevance

12345678910>>...35

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/streams/
H A Dreadable_stream.h21 class ExceptionState; variable
146 base::Optional<bool> IsLocked(ScriptState*, ExceptionState&) const { in IsLocked() argument
150 base::Optional<bool> IsDisturbed(ScriptState*, ExceptionState&) const { in IsDisturbed() argument
154 base::Optional<bool> IsReadable(ScriptState*, ExceptionState&) const { in IsReadable() argument
158 base::Optional<bool> IsClosed(ScriptState*, ExceptionState&) const { in IsClosed() argument
162 base::Optional<bool> IsErrored(ScriptState*, ExceptionState&) const { in IsErrored() argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/dom/
H A Diterator.h15 class ExceptionState; variable
28 Iterator* GetIterator(ScriptState*, ExceptionState&) { return this; } in GetIterator() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/dom/
H A Diterator.h15 class ExceptionState; variable
28 Iterator* GetIterator(ScriptState*, ExceptionState&) { return this; } in GetIterator() argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/keyboard/
H A Dkeyboard_layout_map.cc18 ExceptionState&) override { in Next() argument
42 KeyboardLayoutMap::StartIteration(ScriptState*, ExceptionState&) { in StartIteration() argument
49 ExceptionState&) { in GetMapEntry() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/font_access/
H A Dfont_table_map.cc29 ExceptionState&) override { in Next() argument
52 FontTableMap::StartIteration(ScriptState*, ExceptionState&) { in StartIteration() argument
59 ExceptionState&) { in GetMapEntry() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/keyboard/
H A Dkeyboard_layout_map.cc18 ExceptionState&) override { in Next() argument
42 KeyboardLayoutMap::StartIteration(ScriptState*, ExceptionState&) { in StartIteration() argument
49 ExceptionState&) { in GetMapEntry() argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/bluetooth/
H A Dbluetooth_service_data_map.cc21 ExceptionState&) override { in Next() argument
49 BluetoothServiceDataMap::StartIteration(ScriptState*, ExceptionState&) { in StartIteration() argument
56 ExceptionState&) { in GetMapEntry() argument
H A Dbluetooth_manufacturer_data_map.cc22 ExceptionState&) override { in Next() argument
51 BluetoothManufacturerDataMap::StartIteration(ScriptState*, ExceptionState&) { in StartIteration() argument
59 ExceptionState&) { in GetMapEntry() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/bluetooth/
H A Dbluetooth_service_data_map.cc21 ExceptionState&) override { in Next() argument
49 BluetoothServiceDataMap::StartIteration(ScriptState*, ExceptionState&) { in StartIteration() argument
56 ExceptionState&) { in GetMapEntry() argument
H A Dbluetooth_manufacturer_data_map.cc22 ExceptionState&) override { in Next() argument
51 BluetoothManufacturerDataMap::StartIteration(ScriptState*, ExceptionState&) { in StartIteration() argument
59 ExceptionState&) { in GetMapEntry() argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/webcodecs/
H A Dvideo_decoder.cc54 ExceptionState&) { in configure() argument
63 ExceptionState&) { in decode() argument
72 ScriptPromise VideoDecoder::flush(ExceptionState&) { in flush() argument
79 ScriptPromise VideoDecoder::reset(ExceptionState&) { in reset() argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/webaudio/
H A Daudio_param_map.cc23 ExceptionState&) override { in Next() argument
49 AudioParamMap::StartIteration(ScriptState*, ExceptionState&) { in StartIteration() argument
56 ExceptionState&) { in GetMapEntry() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/timing/
H A Devent_counts.cc20 ExceptionState&) override { in Next() argument
87 EventCounts::StartIteration(ScriptState*, ExceptionState&) { in StartIteration() argument
94 ExceptionState&) { in GetMapEntry() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/webaudio/
H A Daudio_param_map.cc23 ExceptionState&) override { in Next() argument
49 AudioParamMap::StartIteration(ScriptState*, ExceptionState&) { in StartIteration() argument
56 ExceptionState&) { in GetMapEntry() argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/webmidi/
H A Dmidi_port_map.h38 ExceptionState&) override { in StartIteration() argument
46 ExceptionState&) override { in GetMapEntry() argument
71 ExceptionState&) override { in Next() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/webmidi/
H A Dmidi_port_map.h38 ExceptionState&) override { in StartIteration() argument
46 ExceptionState&) override { in GetMapEntry() argument
71 ExceptionState&) override { in Next() argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/inspector/
H A Dinspector_history.cc44 bool Perform(ExceptionState&) override { return true; } in Perform() argument
46 bool Undo(ExceptionState&) override { return true; } in Undo() argument
48 bool Redo(ExceptionState&) override { return true; } in Redo() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/inspector/
H A Dinspector_history.cc44 bool Perform(ExceptionState&) override { return true; } in Perform() argument
46 bool Undo(ExceptionState&) override { return true; } in Undo() argument
48 bool Redo(ExceptionState&) override { return true; } in Redo() argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/
H A Dfont_face_set.cc48 ExceptionState&) { in addForBinding() argument
65 void FontFaceSet::clearForBinding(ScriptState*, ExceptionState&) { in clearForBinding() argument
81 ExceptionState&) { in deleteForBinding() argument
287 ExceptionState&) { in Next() argument
296 ExceptionState&) { in StartIteration() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/
H A Dfont_face_set.cc48 ExceptionState&) { in addForBinding() argument
66 void FontFaceSet::clearForBinding(ScriptState*, ExceptionState&) { in clearForBinding() argument
83 ExceptionState&) { in deleteForBinding() argument
290 ExceptionState&) { in Next() argument
299 ExceptionState&) { in StartIteration() argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/svg/
H A Dsvg_zoom_and_pan.h30 class ExceptionState; variable
67 virtual void setZoomAndPan(uint16_t value, ExceptionState&) { in setZoomAndPan() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/svg/
H A Dsvg_zoom_and_pan.h30 class ExceptionState; variable
67 virtual void setZoomAndPan(uint16_t value, ExceptionState&) { in setZoomAndPan() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/peerconnection/
H A Drtc_encoded_audio_underlying_sink.cc25 ExceptionState&) { in start() argument
68 ExceptionState&) { in close() argument
H A Drtc_encoded_video_underlying_sink.cc25 ExceptionState&) { in start() argument
68 ExceptionState&) { in close() argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/peerconnection/
H A Drtc_encoded_audio_underlying_sink.cc25 ExceptionState&) { in start() argument
68 ExceptionState&) { in close() argument

12345678910>>...35