Searched refs:currentFocusElement (Results 1 – 8 of 8) sorted by relevance
123 get currentFocusElement() getter128 set currentFocusElement(x) setter600 this.currentFocusElement = event.target;655 if (this.currentFocusElement && this.currentFocusElement.handleKeyEvent) {656 this.currentFocusElement.handleKeyEvent(event);1561 this.currentFocusElement = event.target;1570 if (event.target.value === "" && this.currentFocusElement === this.previousFocusElement)1579 this.currentFocusElement = this.previousFocusElement;1580 if (this.currentFocusElement === event.target)1581 this.currentFocusElement.select();[all …]
142 …if (this.element === WebInspector.currentFocusElement || this.element.isAncestor(WebInspector.curr…143 WebInspector.currentFocusElement = WebInspector.previousFocusElement;
48 … if (this.panel.visible && WebInspector.currentFocusElement !== document.getElementById("search"))49 WebInspector.currentFocusElement = this.element;313 if (WebInspector.currentFocusElement === document.getElementById("search"))
84 WebInspector.currentFocusElement = this.defaultFocusedElement;
209 WebInspector.currentFocusElement = this.promptElement;
11007 (WebInspector.set currentFocusElement): Simplified. Stores the previous element11013 currentFocusElement to the event target.33937 When the WebInspector.currentFocusElement changes, move the caret33946 (WebInspector.set currentFocusElement): Make a caret selection inside34431 Changing WebInspector.currentFocusElement to/from an input element34438 (WebInspector.set currentFocusElement): Call blur and focus if the75215 element when currentFocusElement is changed. Use the new listItemElement getter instead of
82975 (WebInspector.ElementsPanel): Set currentFocusElement to82978 Remove a set of currentFocusElement since this moved.82980 (WebInspector.set currentFocusElement): Always focus the element.
58835 (WebInspector.set currentFocusElement):