Lines Matching full:time
51 firstClick.time = 0;
60 secondClick.time = firstClick.time + 100;
65 firstClick.time += 10000;
71 secondClick.time = firstClick.time + 1000;
76 firstClick.time += 10000;
82 secondClick.time = firstClick.time + 1;
88 firstClick.time += 10000;
94 secondClick.time = firstClick.time + 1;
100 firstClick.time += 10000;
106 secondClick.time = firstClick.time + 1;
119 mouseDown.time = 0;
122 // Properly set the last click time, so that the internal state won't be affected by previous tests.
125 mouseDown.time += 10000;
133 mouseDown.time += 100;
137 mouseUp.time = mouseDown.time + 50;
143 mouseDown.time += 10000;
152 mouseMove.time = mouseDown.time;
156 mouseUp.time = mouseDown.time + 50;
161 mouseDown.time += 10000;
166 mouseMove.time = mouseDown.time + 1000;
170 mouseUp.time = mouseMove.time + 50;