Lines Matching defs:let
2 let sourceNameIdx = 0;
22 * let text_box = document.getElementById("text");
24 * let actions = new test_driver.Actions()
45 for (let sourceType of this.sourceTypes.keys()) {
49 for (let sourceType of this.sourceTypes.keys()) {
74 let actions = [];
75 for (let [sourceType, sourceName] of this.sourceOrder) {
76 let source = this.sources.get(sourceType).get(sourceName);
77 let serialized = source.serialize(this.tickIdx + 1, this.defaultTickDuration);
93 let actions;
228 let sourceNames = new Set();
229 for (let [_, name] of this.sourceOrder) {
287 let source = this.getSource("key", sourceName);
300 let source = this.getSource("key", sourceName);
316 let source = this.getSource("pointer", sourceName);
331 let source = this.getSource("pointer", sourceName);
352 let source = this.getSource("pointer", sourceName);
375 let source = this.getSource("wheel", sourceName);
387 let actions = [];
388 let data = {"type": "none", "actions": actions};
389 for (let i=0; i<tickCount; i++) {
400 let tick = actions.tickIdx;
417 let actions = [];
418 let data = {"type": "key", "actions": actions};
419 for (let i=0; i<tickCount; i++) {
430 let tick = actions.tickIdx;
438 let tick = actions.tickIdx;
446 let tick = actions.tickIdx;
455 let pointerType = parameters.pointerType || "mouse";
500 let actions = [];
501 let data = {"type": "pointer", "actions": actions, "parameters": {"pointerType": this.type}};
502 for (let i=0; i<tickCount; i++) {
514 let tick = actions.tickIdx;
518 let actionProperties = setPointerProperties({type: "pointerDown", button}, width, height,
525 let tick = actions.tickIdx;
534 let tick = actions.tickIdx;
538 let moveAction = {type: "pointerMove", x, y, origin};
542 let actionProperties = setPointerProperties(moveAction, width, height, pressure,
549 let tick = actions.tickIdx;
566 let actions = [];
567 let data = {"type": "wheel", "actions": actions};
568 for (let i=0; i<tickCount; i++) {
579 let tick = actions.tickIdx;
590 let tick = actions.tickIdx;