Searched refs:documentOnKeyPress (Results 1 – 3 of 3) sorted by relevance
713 documentOnKeyPress = (ev: KeyboardEvent): void => SpSystemTraceDocumentOnKeyPress(this, ev);1328 document.addEventListener('keypress', this.documentOnKeyPress);1347 this.timerShaftEL!.documentOnKeyPress(eventS);1360 this.timerShaftEL!.documentOnKeyPress(eventW);1525 document.removeEventListener('keypress', this.documentOnKeyPress);
487 sp.timerShaftEL!.documentOnKeyPress(ev, sp.currentSlicesTime);
385 documentOnKeyPress = (ev: KeyboardEvent, currentSlicesTime?: CurrentSlicesTime): void => { property in TimerShaftElement