Searched refs:currentFocusElement (Results 1 – 5 of 5) sorted by relevance
1124 var currentFocusElement = WebInspector.currentFocusElement();1125 if (currentFocusElement && WebInspector.isBeingEdited(currentFocusElement))
585 if (WebInspector.currentFocusElement() && WebInspector.currentFocusElement().handleKeyEvent) {586 WebInspector.currentFocusElement().handleKeyEvent(event);
381 this._previousFocusElement = WebInspector.currentFocusElement();
349 if (WebInspector.currentFocusElement() !== this._searchInputElement) {
919 WebInspector.currentFocusElement = function() function970 if (element && element.isSelfOrAncestor(WebInspector.currentFocusElement()))