Home
last modified time | relevance | path

Searched refs:handleEvent (Results 1 – 25 of 26) sorted by relevance

12

/third_party/node/test/parallel/
Dtest-whatwg-events-eventtarget-this-of-listener.js54 handler.handleEvent = function() { function in handler
81 handler.handleEvent = () => { function
111 handler.handleEvent = () => {
Dtest-nodeeventtarget.js27 handleEvent: common.mustCall(function(event) { property
55 handleEvent: common.mustCall((event) => { property
82 handleEvent: common.mustCall((event) => { property
108 const ev2 = { handleEvent() {} }; method
Dtest-eventtarget.js141 handleEvent: common.mustCall(function(event) { property
241 listener.handleEvent = common.mustCall(function(event) {
255 listener.handleEvent = common.mustNotCall();
275 const ev3 = { handleEvent() { throw new Error('boom'); } }; method
276 const ev4 = { async handleEvent() { throw new Error('boom'); } }; method
Dtest-events-customevent.js226 handleEvent: common.mustCall(function(event) { property
/third_party/node/lib/internal/test_runner/reporter/
Dspec.js108 #handleEvent({ type, data }) { method in SpecReporter
130 callback(null, this.#handleEvent({ type, data }));
/third_party/node/test/fixtures/wpt/dom/events/
Devent-global-set-before-handleEvent-lookup.window.js9 get handleEvent() { getter
/third_party/node/test/fixtures/wpt/html/webappapis/microtask-queuing/
Dqueue-microtask.any.js13 …assert_throws_js(TypeError, () => queueMicrotask({ handleEvent() { } }), "an event handler object"… method
/third_party/node/deps/undici/src/types/
Dpatch.d.ts66 handleEvent (object: Event): void method
/third_party/skia/tools/sk_app/unix/
Dmain_unix.cpp69 if (win->handleEvent(event)) { in main()
DWindow_unix.h48 bool handleEvent(const XEvent& event);
DWindow_unix.cpp253 bool Window_unix::handleEvent(const XEvent& event) { in handleEvent() function in sk_app::Window_unix
/third_party/node/lib/internal/
Devent_target.js453 if (listener.handleEvent)
454 await ReflectApply(listener.handleEvent, listener, args);
973 typeof listener?.handleEvent === 'function') {
/third_party/node/deps/npm/node_modules/event-target-shim/dist/
Devent-target-shim.umd.js5 …(a)}else d.listenerType!==3&&"function"==typeof d.listener.handleEvent&&d.listener.handleEvent(e);…
Devent-target-shim.js829 typeof node.listener.handleEvent === "function"
831 node.listener.handleEvent(wrappedEvent);
Devent-target-shim.mjs825 typeof node.listener.handleEvent === "function"
827 node.listener.handleEvent(wrappedEvent);
/third_party/skia/third_party/externals/dawn/src/dawn_node/interop/
DBrowser.idl39 undefined handleEvent(Event event);
/third_party/node/deps/npm/node_modules/abort-controller/dist/
Dabort-controller.umd.js4 …(a)}else d.listenerType!==3&&"function"==typeof d.listener.handleEvent&&d.listener.handleEvent(e);…
/third_party/glfw/src/
Dmir_window.c258 static void handleEvent(const MirEvent* event, _GLFWwindow* window) in handleEvent() function
562 handleEvent(node->event, node->window); in _glfwPlatformPollEvents()
/third_party/node/test/fixtures/wpt/interfaces/
Ddom.idl72 undefined handleEvent(Event event);
/third_party/node/doc/api/
Devents.md2040 functions or objects with a `handleEvent` property whose value is a function.
2070 handleEvent(event) {
2076 async handleEvent(event) {
/third_party/cef/tests/cefclient/browser/
Dbrowser_window_osr_mac.mm293 [text_input_context_osr_mac_ handleEvent:event];
/third_party/typescript/lib/
Dlib.webworker.d.ts1553 handleEvent(object: Event): void; method
/third_party/typescript/src/lib/
Dwebworker.generated.d.ts1533 handleEvent(object: Event): void; method
Ddom.generated.d.ts5230 handleEvent(object: Event): void; method
/third_party/typescript/tests/lib/
Dlib.d.ts16662 handleEvent(evt: Event): void; method

12