Home
last modified time | relevance | path

Searched refs:ontimeout (Results 1 – 14 of 14) sorted by relevance

/third_party/node/test/pummel/
Dtest-http-upload-timeout.js31 const ontimeout = common.mustNotCall('Unexpected timeout'); constant
35 req.socket.on('timeout', ontimeout);
39 req.socket.off('timeout', ontimeout);
/third_party/node/test/async-hooks/
Dtest-graph.timeouts.js11 setTimeout(common.mustCall(ontimeout), TIMEOUT);
12 function ontimeout() { function
Dtest-timers.setInterval.js12 const interval = setInterval(common.mustCall(ontimeout, 2), TIMEOUT);
22 function ontimeout() { function
Dtest-timers.setTimeout.js14 setTimeout(common.mustCall(ontimeout), TIMEOUT);
25 function ontimeout() { function
/third_party/node/deps/npm/node_modules/agent-base/dist/src/
Dindex.js122 const ontimeout = () => { function
177 timeoutId = setTimeout(ontimeout, timeoutMs);
/third_party/libevdev/doc/html/
Djquery.js2ontimeout=r.onreadystatechange=null,"abort"===e?r.abort():"error"===e?"number"!=typeof r.status?t(…
/third_party/typescript/tests/baselines/reference/
DmappedTypeRecursiveInference.types94ontimeout: any; dispatchEvent: any; }; withCredentials: { valueOf: any; }; abort: unknown; getAllR…
95ontimeout: any; dispatchEvent: any; }; withCredentials: { valueOf: any; }; abort: unknown; getAllR…
101ontimeout: any; dispatchEvent: any; }; withCredentials: { valueOf: any; }; abort: unknown; getAllR…
109ontimeout: any; dispatchEvent: any; }; withCredentials: { valueOf: any; }; abort: unknown; getAllR…
DmappedTypeRecursiveInference.errors.txt1ontimeout: any; dispatchEvent: any; }; withCredentials: { valueOf: any; }; abort: unknown; getAllR…
28ontimeout: any; dispatchEvent: any; }; withCredentials: { valueOf: any; }; abort: unknown; getAllR…
/third_party/typescript/lib/
Dlib.webworker.d.ts5789 ontimeout: ((this: XMLHttpRequest, ev: ProgressEvent) => any) | null; property
Dlib.dom.d.ts17203 ontimeout: ((this: XMLHttpRequest, ev: ProgressEvent) => any) | null; property
/third_party/typescript/src/lib/
Dwebworker.generated.d.ts5769 ontimeout: ((this: XMLHttpRequest, ev: ProgressEvent) => any) | null; property
Ddom.generated.d.ts17183 ontimeout: ((this: XMLHttpRequest, ev: ProgressEvent) => any) | null; property
/third_party/typescript/tests/lib/
Dlib.d.ts16634 ontimeout: (ev: ProgressEvent) => any; property
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp83272 static nsIAtom* ontimeout; member in nsGkAtoms