Lines Matching refs:finished
1487 // Silly hack so we can verify that the CSS request finished without
1496 if (t.requests[0].finished) {
1647 // Silly hack so we can verify that the request finished without
1656 if (t.requests[0].finished) {
1807 // Silly hack so we can verify that the request finished without
1816 if (t.requests[0].finished) {
1990 Assert.areSame('done', t1._state, 'transaction 1 should be finished');
1991 Assert.areSame('done', t2._state, 'transaction 2 should be finished');
1992 Assert.areSame('done', t3._state, 'transaction 3 should be finished');
2104 'execute() should call the callback immediately if the transaction has already finished': function () {
2250 Assert.isTrue(t.requests[0].finished);
2251 Assert.isTrue(t.requests[0].finished);