Searched refs:currentFocusElement (Results 1 – 5 of 5) sorted by relevance
270 if (WebInspector.currentFocusElement().isDescendant(this._footerElementContainer))376 if (WebInspector.currentFocusElement() !== this._searchInputElement) {
1181 var currentFocusElement = WebInspector.currentFocusElement();1182 if (currentFocusElement && WebInspector.isBeingEdited(currentFocusElement))
389 this._previousFocusElement = WebInspector.currentFocusElement();
565 WebInspector.currentFocusElement = function() function625 if (element && element.isSelfOrAncestor(WebInspector.currentFocusElement()))
394 if (this._promptElement === WebInspector.currentFocusElement())