Home
last modified time | relevance | path

Searched refs:step_func (Results 1 – 9 of 9) sorted by relevance

/third_party/node/test/fixtures/wpt/resources/
DSVGAnimationTestCase-testharness.js69 step_timeout(t.step_func(function () { sampleAnimation(t); }), 0);
82 step_timeout(t.step_func(function () { sampleAnimation(this); }), 50);
87 window.onload = t.step_func(function () {
Dtestharness.js612 .catch(test.step_func(
650 var eventHandler = test.step_func(function(evt) {
715 var timeout = test.step_func(function() {
1608 Test.prototype.step_func = function(func, this_obj) method in Test
1643 return this.step_func(function() {
1651 return setTimeout(this.step_func(function() {
/third_party/node/test/fixtures/wpt/html/webappapis/timers/
Dmissing-timeout-setinterval.any.js12 let h = setInterval(t.step_func(function() {
25 let h = setInterval(t.step_func(function() {
/third_party/node/test/fixtures/wpt/dom/abort/
Devent.any.js9 t.step_func(e => {
58 signal.onabort = t.step_func(e => {
/third_party/node/test/fixtures/wpt/FileAPI/url/
Durl-with-xhr.any.js7 xhr.onload = test.step_func(() => {
25 xhr.onreadystatechange = test.step_func(() => {
Durl-in-tags-revoke.window.js32 frame.onload = t.step_func(() => {
59 channel.addEventListener('message', t.step_func(e => {
Durl-reload.window.js13 frame.onload = t.step_func(() => {
/third_party/node/test/fixtures/wpt/FileAPI/support/
DBlob.js20 fr.onerror = t.step_func(function(e) {
46 fr.onerror = t.step_func(function(e) {
/third_party/node/test/fixtures/wpt/FileAPI/blob/
DBlob-constructor.any.js319 channel.port2.onmessage = this.step_func(function(e) {