Home
last modified time | relevance | path

Searched refs:currentFocusElement (Results 1 – 8 of 8) sorted by relevance

/external/webkit/WebCore/inspector/front-end/
Dinspector.js123 get currentFocusElement() getter
128 set currentFocusElement(x) setter
600 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 …]
DDrawer.js142 …if (this.element === WebInspector.currentFocusElement || this.element.isAncestor(WebInspector.curr…
143 WebInspector.currentFocusElement = WebInspector.previousFocusElement;
DElementsPanel.js48 … if (this.panel.visible && WebInspector.currentFocusElement !== document.getElementById("search"))
49 WebInspector.currentFocusElement = this.element;
313 if (WebInspector.currentFocusElement === document.getElementById("search"))
DPanel.js84 WebInspector.currentFocusElement = this.defaultFocusedElement;
DConsoleView.js209 WebInspector.currentFocusElement = this.promptElement;
/external/webkit/WebCore/
DChangeLog-2008-08-1011007 (WebInspector.set currentFocusElement): Simplified. Stores the previous element
11013 currentFocusElement to the event target.
33937 When the WebInspector.currentFocusElement changes, move the caret
33946 (WebInspector.set currentFocusElement): Make a caret selection inside
34431 Changing WebInspector.currentFocusElement to/from an input element
34438 (WebInspector.set currentFocusElement): Call blur and focus if the
75215 element when currentFocusElement is changed. Use the new listItemElement getter instead of
DChangeLog-2009-06-1682975 (WebInspector.ElementsPanel): Set currentFocusElement to
82978 Remove a set of currentFocusElement since this moved.
82980 (WebInspector.set currentFocusElement): Always focus the element.
DChangeLog-2010-01-2958835 (WebInspector.set currentFocusElement):