Searched refs:activeElement (Results 1 – 23 of 23) sorted by relevance
92 if (doc.activeElement) {95 doc.activeElement.dispatchEvent(e);104 dispatchCanExecuteEvent(this, this.ownerDocument.activeElement);
307 var activeElement = doc.activeElement;308 if (!table.contains(activeElement)) {
521 var activeElement = doc.activeElement;522 if (!list.contains(activeElement))
172 this.previousActiveElement_ = this.document_.activeElement;
245 var activeElement = doc.activeElement;246 if (!table.contains(activeElement)) {
460 var activeElement = doc.activeElement;461 if (!list.contains(activeElement)) {
285 var activeElement = doc.activeElement;286 if (!self.contains(activeElement))
354 var activeElement = doc.activeElement;355 if (!exceptionList.contains(activeElement))
302 this.ownerDocument.activeElement.blur();
109 if (document.activeElement == homepageField)
499 if (document.activeElement == self)
457 var activeElement = doc.activeElement;458 if (activeElement != urlInput && activeElement != labelInput) {
213 if (document.activeElement != input)1154 if (e.target == document.activeElement) {1283 if (document.activeElement == list) {1285 } else if (document.activeElement == tree) {1374 var isTree = document.activeElement == tree;1529 if (document.activeElement == list) {1534 document.activeElement.selectedItem.editing = true;
55 Element* activeElement();
53 readonly attribute Element activeElement;
138 Element* HTMLDocument::activeElement() in activeElement() function in WebCore::HTMLDocument
99 if (!this.controller || document.activeElement != this.filterEl_) {387 return document.activeElement == this.focusElement;
618 return document.activeElement == this.focusElement;
102 …ent_?!1:!this.focusElement_?!0:0<=this.focusElement.tabIndex?document.activeElement==this.focusEle…152 …_.focus()},updateHitCountEl_:function(){if(!this.controller||document.activeElement!=this.filterEl…162 0<=this.focusElement.tabIndex?document.activeElement==this.focusElement:!0},onKeypress_:function(c)…
463 @property(readonly, retain) DOMElement *activeElement AVAILABLE_IN_WEBKIT_VERSION_4_0;
43655 … Fixes for for <rdar://problem/5785892> Implement activeElement attribute for HTMLDocument (HTML5)43658 Tests: fast/dom/HTMLDocument/activeElement.html43662 …(WebCore::HTMLDocument::activeElement): Added. Returns the focused element, or the body element if…43664 * html/HTMLDocument.h: Added methods for activeElement and hasFocus.43665 * html/HTMLDocument.idl: Added definitions for activeElement and hasFocus.
88925 (WebCore::ScreenReader::activeElement):